Files
appstore/apps/pwndrop-linuxserver/latest/docker-compose.yml
T

22 lines
446 B
YAML

networks:
1panel-network:
external: true
services:
pwndrop:
image: "linuxserver/pwndrop:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- SECRET_PATH=${SECRET_PATH}
labels:
createdBy: "Apps"