mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Update docker-compose.yml
fix for logs to show IP which make query
This commit is contained in:
parent
932ad6b27c
commit
94088928a6
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ services:
|
||||||
# Ddospot service
|
# Ddospot service
|
||||||
ddospot:
|
ddospot:
|
||||||
build: .
|
build: .
|
||||||
|
network_mode: "host"
|
||||||
container_name: ddospot
|
container_name: ddospot
|
||||||
restart: always
|
restart: always
|
||||||
# cpu_count: 1
|
# cpu_count: 1
|
||||||
|
|
Loading…
Reference in a new issue