Ensure that app is not accessible via LAN
All checks were successful
Deploy to Homelab / deploy (push) Successful in 17s

This commit is contained in:
2026-03-04 09:48:58 -08:00
parent 241078316c
commit a4e6a5784a

View File

@@ -15,7 +15,7 @@ services:
nanodrop: nanodrop:
build: . build: .
ports: ports:
- "${PORT:-3000}:${PORT:-3000}" - "127.0.0.1:${PORT:-3000}:${PORT:-3000}"
environment: { <<: *env } environment: { <<: *env }
volumes: volumes:
- nanodrop-data:/app/data - nanodrop-data:/app/data