From 38ed107f5da948abba8b98235ce3e9460e5bc2d9 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sat, 18 May 2019 23:44:31 -0400 Subject: [PATCH] Added another chown for any volumes to be mounted --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 758f533..08c9296 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh +chown -R nginx:nginx /var/www + echo "[ INFO ] Starting PHP-FPM" php-fpm7 -D # Background