Update docker-compose.yaml

This commit is contained in:
2025-08-11 01:10:42 +02:00
parent 66204e7e4a
commit b3269c4113

View File

@@ -4,6 +4,6 @@ services:
build: .
container_name: my_python_sqlite_app
ports:
- "5000:5000" # change if needed
- "80:5000" # change if needed
volumes:
- ./data:/app/data # maps host ./data to container /app/data