File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,11 +62,13 @@ The architectures supported by this image are:
6262* Webui is at ` <your-ip>:8888 ` , for account creation and configuration.
6363* More info on setup at [ Resilio Sync] ( https://www.resilio.com/individuals/ )
6464
65-
6665## Usage
6766
6867To help you get started creating a container from this image you can either use docker-compose or the docker cli.
6968
69+ > [ !NOTE]
70+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
71+
7072### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
7173
7274``` yaml
@@ -112,8 +114,8 @@ Containers are configured using parameters passed at runtime (such as those abov
112114
113115| Parameter | Function |
114116| :----: | --- |
115- | ` -p 8888 ` | WebUI |
116- | ` -p 55555 ` | Sync Port. |
117+ | ` -p 8888:8888 ` | WebUI |
118+ | ` -p 55555:55555 ` | Sync Port. |
117119| ` -e PUID=1000 ` | for UserID - see below for explanation |
118120| ` -e PGID=1000 ` | for GroupID - see below for explanation |
119121| ` -e TZ=Etc/UTC ` | specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
You can’t perform that action at this time.
0 commit comments