From 8d0e5e7f2d2eb453449da4c61da8f4df88037bf4 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Wed, 8 Apr 2020 00:00:34 +0200 Subject: [PATCH] chown for new volumes, cache and custom --- docker/phraseanet/entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/phraseanet/entrypoint.sh b/docker/phraseanet/entrypoint.sh index 2e0f07519b..b487f3268e 100755 --- a/docker/phraseanet/entrypoint.sh +++ b/docker/phraseanet/entrypoint.sh @@ -6,11 +6,13 @@ envsubst < "docker/phraseanet/php.ini.sample" > /usr/local/etc/php/php.ini envsubst < "docker/phraseanet/php-fpm.conf.sample" > /usr/local/etc/php-fpm.conf chown -R app:app \ + cache \ config \ datas \ tmp \ logs \ - www/thumbnails + www/thumbnails \ + www/custom \ FILE=config/configuration.yml