Update docker-compose.yml

add missing port definitions
pull/19/head
LRVT 2023-03-24 16:51:31 +01:00 zatwierdzone przez GitHub
rodzic 8b585c50a1
commit 52afaf7c3a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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