From 2cdd71258bba809f5e9b20c72b119a4e636c1d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Jan 2024 09:31:44 +0100 Subject: [PATCH] start: document Docker compatibility issues Issue #2096 --- start | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start b/start index 0205184cc..b60de7181 100755 --- a/start +++ b/start @@ -42,6 +42,9 @@ chmod 600 /app/data/ssh/id_rsa 2>/dev/null || true # Check whether data volume is writable if [ ! -w /app/data ] ; then echo "The /app/data volume is not writable, please adjust the permissions. Weblate is running as uid $(id -u)" + echo + echo "Please see https://github.com/WeblateOrg/docker/issues/2096 in case" + echo "the permissions on the volume are actually correct." exit 1 fi