diff --git a/docker/production/app/supervisord.conf b/docker/production/app/supervisord.conf
index 20148886210824f46d63f0358e17305a7e81de42..9b2fb9bfa51ee167a0845d6438a372e8e2e98db6 100644
--- a/docker/production/app/supervisord.conf
+++ b/docker/production/app/supervisord.conf
@@ -2,6 +2,7 @@
 nodaemon=true
 
 [program:supercronic]
+user=www-data
 command=supercronic /crontab.txt
 autostart=true
 autorestart=unexpected
diff --git a/docker/production/castopod/supervisord.conf b/docker/production/castopod/supervisord.conf
index fe2939be792a230fe9d925e843c5490864666fa2..18600ee4778ca895622c98532bcb503bc67df848 100644
--- a/docker/production/castopod/supervisord.conf
+++ b/docker/production/castopod/supervisord.conf
@@ -2,6 +2,7 @@
 nodaemon=true
 
 [program:supercronic]
+user=www-data
 command=supercronic /crontab.txt
 autostart=true
 autorestart=unexpected