Skip to content

Commit 52afaf7

Browse files
authored
Update docker-compose.yml
add missing port definitions
1 parent 8b585c5 commit 52afaf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/pwndrop/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
- SECRET_PATH=pwndrop # secret path your admin mgmt interface will be
1111
image: linuxserver/pwndrop:latest
1212
restart: unless-stopped
13+
ports:
14+
- 8080:8080
1315
volumes:
1416
- /etc/localtime:/etc/localtime:ro
1517
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/pwndrop/config:/config

0 commit comments

Comments
 (0)