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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,11 +88,13 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
88
88
89
89
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.
90
90
91
-
92
91
## Usage
93
92
94
93
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
95
94
95
+
>[!NOTE]
96
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
97
+
96
98
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
97
99
98
100
```yaml
@@ -138,7 +140,7 @@ Containers are configured using parameters passed at runtime (such as those abov
138
140
139
141
| Parameter | Function |
140
142
| :----: | --- |
141
-
|`-p 6789`| WebUI |
143
+
|`-p 6789:6789`| WebUI |
142
144
|`-e PUID=1000`| for UserID - see below for explanation |
143
145
|`-e PGID=1000`| for GroupID - see below for explanation |
144
146
|`-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