🐞 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_SUBNET=192.168.2.0/24
# For best host discovery on Linux, uncomment host networking:
network_mode: host
# For best host discovery on Linux, you can switch to host mode.
# If you do that, remove the `ports` section and ensure APP_PORT is free.
# network_mode: host
ports:
- "1337:1337"