work in progress (map, wordpot)

This commit is contained in:
t3chn0m4g3
2022-02-09 19:13:18 +00:00
parent e741f97f9a
commit 2a4fe20b88
7 changed files with 219 additions and 1 deletions

View File

@ -0,0 +1,20 @@
version: '2.3'
networks:
wordpot_local:
services:
# Wordpot service
wordpot:
build: .
container_name: wordpot
restart: always
networks:
- wordpot_local
ports:
- "80:80"
image: "dtagdevsec/wordpot:2203"
# read_only: true
# volumes:
# - /data/ddospot/db:/opt/ddospot/ddospot/db