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