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
156156 - INSTALL_PACKAGES=libfuse2|git|gdb
157157` ` `
158158
159-
160159## Usage
161160
162161To 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 ) . |
You can’t perform that action at this time.
0 commit comments