tpotce/docker/hellpot/docker-compose.yml
2021-07-02 22:12:47 +00:00

20 lines
324 B
YAML

version: '2.3'
networks:
hellpot_local:
services:
# hellpot service
hellpot:
build: .
container_name: hellpot
restart: always
networks:
- hellpot_local
ports:
- "80:8080"
image: "dtagdevsec/hellpot:2006"
read_only: true
volumes:
- /data/hellpot/log:/var/log/hellpot