diff --git a/Containers/nextcloud/supervisord.conf b/Containers/nextcloud/supervisord.conf index 5bf90ed0..eec24f6f 100644 --- a/Containers/nextcloud/supervisord.conf +++ b/Containers/nextcloud/supervisord.conf @@ -31,6 +31,7 @@ stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 command=php /var/www/html/occ taskprocessing:worker --timeout 300 +autorestart=true user=www-data [program:run-exec-commands]