Update docker-compose.yml

fix for logs to show IP which make query
This commit is contained in:
y0d4a 2024-03-14 13:37:32 +01:00 committed by GitHub
parent 932ad6b27c
commit 94088928a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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