fix: Update port mapping to avoid conflict in production and development configurations

This commit is contained in:
2025-07-28 21:44:02 +02:00
parent 8e35821344
commit c767e65819
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ services:
- GIT_BRANCH=${GIT_BRANCH:-main}
- GIT_COMMIT=${GIT_COMMIT}
ports:
- "3000:3000"
- "3001:3000"
volumes:
- ./data:/app/data
environment: