Update Docker port mapping to match both to env var
All checks were successful
Deploy to Homelab / deploy (push) Successful in 8s
All checks were successful
Deploy to Homelab / deploy (push) Successful in 8s
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
nanodrop:
|
||||
build: .
|
||||
ports:
|
||||
- "${PORT:-3000}:3000"
|
||||
- "${PORT:-3000}:${PORT:-3000}"
|
||||
environment: { <<: *env }
|
||||
volumes:
|
||||
- nanodrop-data:/app/data
|
||||
|
||||
Reference in New Issue
Block a user