Update docker-compose.yml

add missing port definitions
This commit is contained in:
LRVT 2023-03-24 16:51:31 +01:00 committed by GitHub
parent 8b585c50a1
commit 52afaf7c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ services:
- SECRET_PATH=pwndrop # secret path your admin mgmt interface will be
image: linuxserver/pwndrop:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/pwndrop/config:/config