internal port 3060
This commit is contained in:
parent
49a8eee74b
commit
c97bef9241
|
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: mail-s3-admin-dev
|
||||
working_dir: /app
|
||||
# Wichtig: Next.js Dev muss nach außen erreichbar sein
|
||||
command: sh -c "npm run dev -- -p 3000 -H 0.0.0.0"
|
||||
command: sh -c "npm run dev -- -p 3060 -H 0.0.0.0"
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
# Hot-Reload in Docker auf Windows/macOS
|
||||
|
|
@ -18,8 +18,8 @@ services:
|
|||
PROCESSED_META_VALUE: ${PROCESSED_META_VALUE}
|
||||
# (Optional) Next Telemetry aus
|
||||
NEXT_TELEMETRY_DISABLED: "1"
|
||||
ports:
|
||||
- "3060:3000"
|
||||
# ports:
|
||||
# - "3060:3000"
|
||||
volumes:
|
||||
- .:/app:cached # Dein Projektordner direkt im Container
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in New Issue