Update docker-compose.yml

This commit is contained in:
2025-11-13 15:45:30 +00:00
parent 728197e0ab
commit 1e5e003f12

View File

@@ -26,7 +26,7 @@ services:
db: db:
condition: service_healthy condition: service_healthy
ports: ports:
- "8080:8080" - "8081:8080"
volumes: volumes:
- ./server/static:/app/static - ./server/static:/app/static
- ./server/src:/app/src - ./server/src:/app/src