File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ This image provides various versions that are available via tags. Please read th
7474
7575Access the webui at ` <your-ip>:3579 ` . Follow the setup wizard on initial install. Then configure the required services.
7676
77-
7877## Read-Only Operation
7978
8079This image can be run with a read-only container filesystem. For details please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) .
@@ -87,6 +86,9 @@ This image can be run with a read-only container filesystem. For details please
8786
8887To help you get started creating a container from this image you can either use docker-compose or the docker cli.
8988
89+ > [ !NOTE]
90+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
91+
9092### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
9193
9294``` yaml
@@ -128,7 +130,7 @@ Containers are configured using parameters passed at runtime (such as those abov
128130
129131| Parameter | Function |
130132| :----: | --- |
131- | ` -p 3579 ` | web gui |
133+ | ` -p 3579:3579 ` | web gui |
132134| ` -e PUID=1000 ` | for UserID - see below for explanation |
133135| ` -e PGID=1000 ` | for GroupID - see below for explanation |
134136| ` -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