From 3e0bcce10e034c53aff1b711881a8528e112af44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Fri, 29 Dec 2023 16:51:44 +0100 Subject: [PATCH] Fix Permissions og config.secret.inc.php For Docker in rootless-mode having the default umask of Docker set to 0007, the file will get created readable only to root. Changed the ownership of that file to be readable by www-data. --- docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 5d748548..5fe099fe 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -7,6 +7,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then \$cfg['blowfish_secret'] = '$(tr -dc 'a-zA-Z0-9~!@#$%^&*_()+}{?>