We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b585c5 commit 52afaf7Copy full SHA for 52afaf7
examples/pwndrop/docker-compose.yml
@@ -10,6 +10,8 @@ services:
10
- SECRET_PATH=pwndrop # secret path your admin mgmt interface will be
11
image: linuxserver/pwndrop:latest
12
restart: unless-stopped
13
+ ports:
14
+ - 8080:8080
15
volumes:
16
- /etc/localtime:/etc/localtime:ro
17
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/pwndrop/config:/config
0 commit comments