mirror of https://github.com/MatrixTM/MHDDoS.git
feat(docker): add docker-compose
This commit is contained in:
parent
ccb23d0686
commit
076c59d453
|
|
@ -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"]
|
||||
Loading…
Reference in New Issue