From 916c53d9e63d02f54fdf8e96a63632e91e30059d Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 3 Nov 2024 18:13:47 -0700 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Pyload.md --- Docker & Kubernetes/Docker/Docker Compose/Pyload.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Pyload.md b/Docker & Kubernetes/Docker/Docker Compose/Pyload.md index 5fddd7e..908982b 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Pyload.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Pyload.md @@ -38,10 +38,10 @@ networks: external: true ``` - 1. Set this to your own timezone. - 2. This is optional. Additional documentation needed to convey what this port is used for. Possibly API access. - 3. This assumes you want your download folder to be a SMB network share, this section allows you to connect to the share so Pyload can download content directly into the network folder. Replace the username and `REDACTED` password with your actual credentials. Remove the `domain` argument if the SMB server is not domain-joined. - 4. This is the destination network share to target with the given credentials in section 3. +1. Set this to your own timezone. +2. This is optional. Additional documentation needed to convey what this port is used for. Possibly API access. +3. This assumes you want your download folder to be a SMB network share, this section allows you to connect to the share so Pyload can download content directly into the network folder. Replace the username and `REDACTED` password with your actual credentials. Remove the `domain` argument if the SMB server is not domain-joined. +4. This is the destination network share to target with the given credentials in section 3. ```jsx title=".env" N/A