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:
|
nanodrop:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "${PORT:-3000}:3000"
|
- "${PORT:-3000}:${PORT:-3000}"
|
||||||
environment: { <<: *env }
|
environment: { <<: *env }
|
||||||
volumes:
|
volumes:
|
||||||
- nanodrop-data:/app/data
|
- nanodrop-data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user