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
@@ -83,7 +83,6 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
83
83
84
84
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.
85
85
86
-
87
86
## Read-Only Operation
88
87
89
88
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
92
91
93
92
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
94
93
94
+
>[!NOTE]
95
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
96
+
95
97
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
96
98
97
99
```yaml
@@ -135,7 +137,7 @@ Containers are configured using parameters passed at runtime (such as those abov
135
137
136
138
| Parameter | Function |
137
139
| :----: | --- |
138
-
|`-p 8686`| Application WebUI |
140
+
|`-p 8686:8686`| Application WebUI |
139
141
|`-e PUID=1000`| for UserID - see below for explanation |
140
142
|`-e PGID=1000`| for GroupID - see below for explanation |
141
143
|`-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