Update docker-compose.yml

This commit is contained in:
2025-06-30 16:20:30 +02:00
parent 98ad79899e
commit 0f7627e100

View File

@@ -4,7 +4,7 @@ services:
web: web:
build: . build: .
ports: ports:
- "5000:5000" - "10332:5000"
environment: environment:
- FLASK_ENV=development - FLASK_ENV=development
- SECRET_KEY=your-secret-key-change-in-production - SECRET_KEY=your-secret-key-change-in-production