Ensure that app is not accessible via LAN
All checks were successful
Deploy to Homelab / deploy (push) Successful in 17s
All checks were successful
Deploy to Homelab / deploy (push) Successful in 17s
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
nanodrop:
|
||||
build: .
|
||||
ports:
|
||||
- "${PORT:-3000}:${PORT:-3000}"
|
||||
- "127.0.0.1:${PORT:-3000}:${PORT:-3000}"
|
||||
environment: { <<: *env }
|
||||
volumes:
|
||||
- nanodrop-data:/app/data
|
||||
|
||||
Reference in New Issue
Block a user