File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ The architectures supported by this image are:
6161
6262Access the web gui at ` http://<your-ip>:8080/pwndrop ` (replace ` /pwndrop ` with your ` SECRET_PATH ` if you set one).
6363
64-
6564## Usage
6665
6766To help you get started creating a container from this image you can either use docker-compose or the docker cli.
6867
68+ > [ !NOTE]
69+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
70+
6971### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
7072
7173``` yaml
@@ -107,7 +109,7 @@ Containers are configured using parameters passed at runtime (such as those abov
107109
108110| Parameter | Function |
109111| :----: | --- |
110- | ` -p 8080 ` | web gui |
112+ | ` -p 8080:8080 ` | web gui |
111113| ` -e PUID=1000 ` | for UserID - see below for explanation |
112114| ` -e PGID=1000 ` | for GroupID - see below for explanation |
113115| ` -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