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 @@ -156,11 +156,13 @@ It is possible to install extra packages during container start using [universal
156
156
- INSTALL_PACKAGES=libfuse2|git|gdb
157
157
` ` `
158
158
159
-
160
159
## Usage
161
160
162
161
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
163
162
163
+ >[!NOTE]
164
+ >Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
165
+
164
166
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
165
167
166
168
` ` ` yaml
@@ -205,8 +207,8 @@ Containers are configured using parameters passed at runtime (such as those abov
205
207
206
208
| Parameter | Function |
207
209
| :----: | --- |
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. |
210
212
| ` -e PUID=1000 ` | for UserID - see below for explanation |
211
213
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
212
214
| ` -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