fix: remove duplicate port mapping 8001:5174 from frontend service

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 19:22:14 +03:00
parent 024ba88470
commit 1022b7e5f1

View File

@@ -26,7 +26,6 @@ services:
- /app/node_modules - /app/node_modules
ports: ports:
- "5173:5174" - "5173:5174"
- "8001:5174"
networks: networks:
- internal - internal