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