Skip to content

Commit 65637d6

Browse files
Bot Updating Templated Files
1 parent 322f228 commit 65637d6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ The architectures supported by this image are:
6161

6262
Access the web gui at `http://<your-ip>:8080/pwndrop` (replace `/pwndrop` with your `SECRET_PATH` if you set one).
6363

64-
6564
## Usage
6665

6766
To 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). |

0 commit comments

Comments
 (0)