fix: match container ports to host ports
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
||||
web:
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 5003
|
||||
NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-https://example.com}
|
||||
ports:
|
||||
- "${WEB_PORT:-5003}:3000"
|
||||
- "5003:5003"
|
||||
|
||||
Reference in New Issue
Block a user