Update docker-compose.yaml

This commit is contained in:
2025-08-11 01:13:37 +02:00
parent b3269c4113
commit 7f806e52dd

View File

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