Update port from 8234 to 8777

This commit is contained in:
Joan
2026-01-26 15:55:45 +01:00
parent b128c99334
commit 879e75be53

View File

@@ -11,7 +11,7 @@ services:
build: . build: .
container_name: telemovris_app container_name: telemovris_app
ports: ports:
- "8234:8000" - "8777:8000"
volumes: volumes:
- ./src:/app/src - ./src:/app/src
- ./data:/app/data - ./data:/app/data