Skip to content

Commit 364c207

Browse files
Bot Updating Templated Files
1 parent 467effb commit 364c207

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,13 @@ It is possible to install extra packages during container start using [universal
198198
- INSTALL_PACKAGES=libfuse2|git|gdb
199199
```
200200
201-
202201
## Usage
203202
204203
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
205204
205+
>[!NOTE]
206+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
207+
206208
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
207209
208210
```yaml
@@ -249,8 +251,8 @@ Containers are configured using parameters passed at runtime (such as those abov
249251

250252
| Parameter | Function |
251253
| :----: | --- |
252-
| `-p 3000` | WPS Office desktop gui. |
253-
| `-p 3001` | WPS Office desktop gui HTTPS. |
254+
| `-p 3000:3000` | WPS Office desktop gui. |
255+
| `-p 3001:3001` | WPS Office desktop gui HTTPS. |
254256
| `-e PUID=1000` | for UserID - see below for explanation |
255257
| `-e PGID=1000` | for GroupID - see below for explanation |
256258
| `-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)