diff --git a/docker/php/supervisord.conf b/docker/php/supervisord.conf index cd45d04bb..8091ae58e 100644 --- a/docker/php/supervisord.conf +++ b/docker/php/supervisord.conf @@ -7,8 +7,7 @@ loglevel=info pidfile=/var/run/supervisord.pid [program:chmod] -command=/bin/bash -c "while true; do chmod -R 775 ./runtime/ ./uploads/ 2>/dev/null || true; sleep 30; done" -directory=/var/www/html +command=/bin/bash -c "while true; do chmod -R 775 /var/www/html/runtime/ /var/www/html/upload/ 2>/dev/null || true; sleep 30; done" autostart=true autorestart=true stopasgroup=true