Use host networking in docker-compose

This commit is contained in:
2025-12-29 19:45:16 -08:00
parent b47fa524c3
commit a31eb08ceb

View File

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