mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-15 10:09:54 +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
|
- SECRET_PATH=pwndrop # secret path your admin mgmt interface will be
|
||||||
image: linuxserver/pwndrop:latest
|
image: linuxserver/pwndrop:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/pwndrop/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/pwndrop/config:/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user