start including hellpot

This commit is contained in:
t3chn0m4g3
2021-07-02 22:12:47 +00:00
parent 4cb84166c5
commit e6402b793c
4 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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