New version

This commit is contained in:
2026-05-24 12:36:34 +02:00
parent 80fc3d21c7
commit 3928253237
+2 -2
View File
@@ -5,8 +5,8 @@ services:
dockerfile: Dockerfile
container_name: pptx-service-python
ports:
- "18000:8000"
- "15000:5000"
environment:
PORT: 8000
PORT: 5000
PYTHONUNBUFFERED: "1"
restart: unless-stopped