Update Docker port mapping to match both to env var
All checks were successful
Deploy to Homelab / deploy (push) Successful in 8s

This commit is contained in:
2026-03-04 09:44:38 -08:00
parent 85b6f8df2c
commit 241078316c

View File

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