Skip to content

Commit 3743c52

Browse files
Bot Updating Templated Files
1 parent c24c94d commit 3743c52

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
@@ -156,11 +156,13 @@ It is possible to install extra packages during container start using [universal
156156
- INSTALL_PACKAGES=libfuse2|git|gdb
157157
```
158158
159-
160159
## Usage
161160
162161
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
163162
163+
>[!NOTE]
164+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
165+
164166
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
165167
166168
```yaml
@@ -205,8 +207,8 @@ Containers are configured using parameters passed at runtime (such as those abov
205207

206208
| Parameter | Function |
207209
| :----: | --- |
208-
| `-p 3000` | FileZilla desktop gui. |
209-
| `-p 3001` | FileZilla desktop gui HTTPS. |
210+
| `-p 3000:3000` | FileZilla desktop gui. |
211+
| `-p 3001:3001` | FileZilla desktop gui HTTPS. |
210212
| `-e PUID=1000` | for UserID - see below for explanation |
211213
| `-e PGID=1000` | for GroupID - see below for explanation |
212214
| `-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)