compose: use port 5001 (avoid libretranslate conflict)

This commit is contained in:
Username
2025-12-20 20:22:55 +01:00
parent dfca09102a
commit 14be46cdaf

View File

@@ -10,7 +10,7 @@ services:
container_name: flaskpaste
restart: unless-stopped
ports:
- "5000:5000"
- "5001:5000"
volumes:
- flaskpaste-data:/app/data
environment: