Skip to content

Commit 528a490

Browse files
Bot Updating Templated Files
1 parent 79f13d8 commit 528a490

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ This image provides various versions that are available via tags. Please read th
9595

9696
* Once logged in, you can add an IRC network. Some defaults are preset for Freenode
9797

98-
9998
## Read-Only Operation
10099

101100
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
104103

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

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

109111
```yaml
@@ -143,7 +145,7 @@ Containers are configured using parameters passed at runtime (such as those abov
143145

144146
| Parameter | Function |
145147
| :----: | --- |
146-
| `-p 9000` | Application WebUI |
148+
| `-p 9000:9000` | Application WebUI |
147149
| `-e PUID=1000` | for UserID - see below for explanation |
148150
| `-e PGID=1000` | for GroupID - see below for explanation |
149151
| `-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)