File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -189,11 +189,13 @@ It is possible to install extra packages during container start using [universal
189
189
- INSTALL_PACKAGES=libfuse2|git|gdb
190
190
` ` `
191
191
192
-
193
192
## Usage
194
193
195
194
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
196
195
196
+ >[!NOTE]
197
+ >Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
198
+
197
199
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
198
200
199
201
` ` ` yaml
@@ -242,8 +244,8 @@ Containers are configured using parameters passed at runtime (such as those abov
242
244
243
245
| Parameter | Function |
244
246
| :----: | --- |
245
- | ` -p 3000 ` | LibreWolf desktop gui. |
246
- | ` -p 3001 ` | LibreWolf desktop gui HTTPS. |
247
+ | ` -p 3000:3000 ` | LibreWolf desktop gui. |
248
+ | ` -p 3001:3001 ` | LibreWolf desktop gui HTTPS. |
247
249
| ` -e PUID=1000 ` | for UserID - see below for explanation |
248
250
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
249
251
| ` -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