Skip to content

Commit 2a496ed

Browse files
Bot Updating Templated Files
1 parent 580ad4b commit 2a496ed

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
@@ -226,11 +226,13 @@ It is possible to install extra packages during container start using [universal
226226
- INSTALL_PACKAGES=libfuse2|git|gdb
227227
```
228228
229-
230229
## Usage
231230
232231
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
233232
233+
>[!NOTE]
234+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
235+
234236
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
235237
236238
```yaml
@@ -286,8 +288,8 @@ Containers are configured using parameters passed at runtime (such as those abov
286288

287289
| Parameter | Function |
288290
| :----: | --- |
289-
| `-p 3000` | Web Desktop GUI |
290-
| `-p 3001` | Web Desktop GUI HTTPS |
291+
| `-p 3000:3000` | Web Desktop GUI |
292+
| `-p 3001:3001` | Web Desktop GUI HTTPS |
291293
| `-e PUID=1000` | for UserID - see below for explanation |
292294
| `-e PGID=1000` | for GroupID - see below for explanation |
293295
| `-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)