From 14be46cdaf0d13758810194849d807b8e98a9230 Mon Sep 17 00:00:00 2001 From: Username Date: Sat, 20 Dec 2025 20:22:55 +0100 Subject: [PATCH] compose: use port 5001 (avoid libretranslate conflict) --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index dc8f88c..ad095d8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,7 +10,7 @@ services: container_name: flaskpaste restart: unless-stopped ports: - - "5000:5000" + - "5001:5000" volumes: - flaskpaste-data:/app/data environment: