fix: Update port mapping for development environment to avoid conflicts

This commit is contained in:
2025-08-05 07:30:03 +02:00
parent cfbf0dccbb
commit 5aae5062a5

View File

@@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile.dev
ports:
- "0.0.0.0:3000:3000"
- "0.0.0.0:3010:3000"
volumes:
# Mount source code for hot reload
- .:/app