Skip to content

Commit dba6969

Browse files
Bot Updating Templated Files
1 parent a2562be commit dba6969

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,13 @@ It is possible to install extra packages during container start using [universal
177177
- INSTALL_PACKAGES=libfuse2|git|gdb
178178
```
179179
180-
181180
## Usage
182181
183182
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
184183
184+
>[!NOTE]
185+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
186+
185187
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
186188
187189
```yaml
@@ -226,8 +228,8 @@ Containers are configured using parameters passed at runtime (such as those abov
226228

227229
| Parameter | Function |
228230
| :----: | --- |
229-
| `-p 3000` | Pidgin desktop gui. |
230-
| `-p 3001` | Pidgin desktop gui HTTPS. |
231+
| `-p 3000:3000` | Pidgin desktop gui. |
232+
| `-p 3001:3001` | Pidgin desktop gui HTTPS. |
231233
| `-e PUID=1000` | for UserID - see below for explanation |
232234
| `-e PGID=1000` | for GroupID - see below for explanation |
233235
| `-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)