Use host network mode for Docker deployments

- Update docker run command to use --network host
- Update docker-compose.yml to use network_mode: host
- Update docker-compose.full.yml to use network_mode: host
- Remove port mappings as they are not needed with host network
This commit is contained in:
eduard256
2025-11-26 12:57:45 +03:00
parent de389588ce
commit 38e4af230f
3 changed files with 3 additions and 8 deletions
+1 -3
View File
@@ -7,9 +7,7 @@ services:
# build: .
container_name: strix
restart: unless-stopped
ports:
- "4567:4567"
network_mode: host
environment:
# Logging configuration