Change the port mapping to ${FRONTEND_PORT}:3000 so the container always uses 3000 internally but maps to a different host port.

This commit is contained in:
2026-02-19 12:17:18 +09:00
parent c32d5c9977
commit 827b0bb6d5
3 changed files with 3 additions and 3 deletions

View File

@@ -47,6 +47,6 @@ services:
UPLOAD_R2_WORKER_API: ${UPLOAD_R2_WORKER_API}
R2_UPLOAD_API_KEY: ${R2_UPLOAD_API_KEY}
ports:
- "${FRONTEND_PORT}:${FRONTEND_PORT}"
- "${FRONTEND_PORT}:3000"
depends_on:
- backend