Commit 65d74f14 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix: set user as www-data when running cron jobs in docker's supervisord config

This prevents any ownership issue when cron tasks create cache files
parent 1667f5b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
nodaemon=true

[program:supercronic]
user=www-data
command=supercronic /crontab.txt
autostart=true
autorestart=unexpected
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
nodaemon=true

[program:supercronic]
user=www-data
command=supercronic /crontab.txt
autostart=true
autorestart=unexpected