File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ This image provides various versions that are available via tags. Please read th
95
95
96
96
* Once logged in, you can add an IRC network. Some defaults are preset for Freenode
97
97
98
-
99
98
## Read-Only Operation
100
99
101
100
This image can be run with a read-only container filesystem. For details please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) .
@@ -104,6 +103,9 @@ This image can be run with a read-only container filesystem. For details please
104
103
105
104
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
106
105
106
+ > [ !NOTE]
107
+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
108
+
107
109
### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
108
110
109
111
``` yaml
@@ -143,7 +145,7 @@ Containers are configured using parameters passed at runtime (such as those abov
143
145
144
146
| Parameter | Function |
145
147
| :----: | --- |
146
- | ` -p 9000 ` | Application WebUI |
148
+ | ` -p 9000:9000 ` | Application WebUI |
147
149
| ` -e PUID=1000 ` | for UserID - see below for explanation |
148
150
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
149
151
| ` -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