feat(docker): add docker-compose

This commit is contained in:
Mohamed Kara 2025-09-02 11:26:44 +01:00
parent ccb23d0686
commit 076c59d453
1 changed files with 12 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
services:
mhddos:
build: .
container_name: mhddos
restart: always
volumes:
- ./config.json:/app/config.json
- ./files:/app/files
# open shell directly
entrypoint: ["/bin/bash"]
# or pass the args dirctly
#command: ["TCP", "0.0.0.0:80", "10", "100"]