mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-13 17:19:52 +00:00
Update docker-compose.yml
add missing port definitions
This commit is contained in:
parent
8b585c50a1
commit
52afaf7c3a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user