Skip to content

Commit

Permalink
start: document Docker compatibility issues
Browse files Browse the repository at this point in the history
Issue #2096
  • Loading branch information
nijel committed Jan 3, 2024
1 parent 71b04b5 commit 2cdd712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2cdd712

Please sign in to comment.