From 12b23b43d810b9e0bec73bc0223bed8bf827d72b Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 8 Mar 2026 15:23:20 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"