This commit is contained in:
2025-09-01 11:27:30 +03:00
parent 646f36716d
commit e7b9d99584

View File

@@ -4,5 +4,5 @@ services:
image: flask-demo:latest image: flask-demo:latest
container_name: flask-demo container_name: flask-demo
ports: ports:
- "8888:8000" - "8888:8888"
restart: unless-stopped restart: unless-stopped