Use host networking in docker-compose
This commit is contained in:
@@ -3,8 +3,7 @@ services:
|
||||
image: git.supernets.org/supernets/hardlounge:latest
|
||||
build: .
|
||||
user: "${UID}:${GID}"
|
||||
ports:
|
||||
- "9000:9000"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./data/logs:/var/opt/hardlounge/logs
|
||||
- ./data/packages:/var/opt/hardlounge/packages
|
||||
|
||||
Reference in New Issue
Block a user