You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,13 @@ The architectures supported by this image are:
61
61
62
62
**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.
63
63
64
-
65
64
## Usage
66
65
67
66
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
68
67
68
+
>[!NOTE]
69
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
70
+
69
71
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
70
72
71
73
```yaml
@@ -118,10 +120,10 @@ Containers are configured using parameters passed at runtime (such as those abov
118
120
| Parameter | Function |
119
121
| :----: | --- |
120
122
|`--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 |
125
127
|`-e PUID=1000`| for UserID - see below for explanation |
126
128
|`-e PGID=1000`| for GroupID - see below for explanation |
127
129
|`-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