mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 03:10:00 +00:00
Update docker-compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user