compose: use port 5001 (avoid libretranslate conflict)
Some checks failed
CI / Lint & Format (push) Successful in 16s
CI / Security Scan (push) Failing after 19s
CI / Tests (push) Successful in 35s

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: