diff --git a/docker-compose.yml b/docker-compose.yml index 40633b3..e7fbb70 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"