Skip to content

Commit b9d64d0

Browse files
Bot Updating Templated Files
1 parent d52d64c commit b9d64d0

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ The architectures supported by this image are:
6161

6262
**Note: ** The Syncthing devs highly suggest setting a password for this container as it listens on 0.0.0.0. To do this go to `Actions -> Settings -> set user/password` for the webUI.
6363

64-
6564
## Usage
6665

6766
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
6867

68+
>[!NOTE]
69+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
70+
6971
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
7072

7173
```yaml
@@ -118,10 +120,10 @@ Containers are configured using parameters passed at runtime (such as those abov
118120
| Parameter | Function |
119121
| :----: | --- |
120122
| `--hostname=` | Optionally the hostname can be defined. |
121-
| `-p 8384` | Application WebUI |
122-
| `-p 22000/tcp` | Listening port (TCP) |
123-
| `-p 22000/udp` | Listening port (UDP) |
124-
| `-p 21027/udp` | Protocol discovery |
123+
| `-p 8384:8384` | Application WebUI |
124+
| `-p 22000:22000/tcp` | Listening port (TCP) |
125+
| `-p 22000:22000/udp` | Listening port (UDP) |
126+
| `-p 21027:21027/udp` | Protocol discovery |
125127
| `-e PUID=1000` | for UserID - see below for explanation |
126128
| `-e PGID=1000` | for GroupID - see below for explanation |
127129
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

0 commit comments

Comments
 (0)