Skip to content

Commit 3837c44

Browse files
Bot Updating Templated Files
1 parent 4707d03 commit 3837c44

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
8383

8484
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
8585

86-
8786
## Read-Only Operation
8887

8988
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
@@ -92,6 +91,9 @@ This image can be run with a read-only container filesystem. For details please
9291

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

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

9799
```yaml
@@ -135,7 +137,7 @@ Containers are configured using parameters passed at runtime (such as those abov
135137

136138
| Parameter | Function |
137139
| :----: | --- |
138-
| `-p 8686` | Application WebUI |
140+
| `-p 8686:8686` | Application WebUI |
139141
| `-e PUID=1000` | for UserID - see below for explanation |
140142
| `-e PGID=1000` | for GroupID - see below for explanation |
141143
| `-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)