Skip to content

Commit 75036c5

Browse files
Bot Updating Templated Files
1 parent 9c27a38 commit 75036c5

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
@@ -88,11 +88,13 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
8888

8989
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.
9090

91-
9291
## Usage
9392

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

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

98100
```yaml
@@ -138,7 +140,7 @@ Containers are configured using parameters passed at runtime (such as those abov
138140

139141
| Parameter | Function |
140142
| :----: | --- |
141-
| `-p 6789` | WebUI |
143+
| `-p 6789:6789` | WebUI |
142144
| `-e PUID=1000` | for UserID - see below for explanation |
143145
| `-e PGID=1000` | for GroupID - see below for explanation |
144146
| `-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)