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:
+1
-3
@@ -7,9 +7,7 @@ services:
|
||||
# build: .
|
||||
container_name: strix
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "4567:4567"
|
||||
network_mode: host
|
||||
|
||||
environment:
|
||||
# Logging configuration
|
||||
|
||||
Reference in New Issue
Block a user