React runs on port 8080

This commit is contained in:
2025-01-23 12:22:47 +00:00
parent 66957efe6f
commit b377240753
3 changed files with 8 additions and 2 deletions

View File

@@ -28,9 +28,11 @@ services:
build:
context: ./frontend
ports:
- "5173:5173"
- "5173"
networks:
- app_network
depends_on:
- web_server
networks:
app_network: