🐞 fix: Update docker-compose

This commit is contained in:
Keith Solomon
2026-03-08 15:23:20 -05:00
parent 64b670f5e3
commit 12b23b43d8

View File

@@ -8,8 +8,9 @@ services:
- NETTRAK_DB_PATH=/data/nettrak.db - NETTRAK_DB_PATH=/data/nettrak.db
- NETTRAK_SUBNET=192.168.2.0/24 - NETTRAK_SUBNET=192.168.2.0/24
# For best host discovery on Linux, uncomment host networking: # For best host discovery on Linux, you can switch to host mode.
network_mode: host # If you do that, remove the `ports` section and ensure APP_PORT is free.
# network_mode: host
ports: ports:
- "1337:1337" - "1337:1337"