Skip to content

Commit

Permalink
Adapt call to pimcore:maintenance to Pimcore 11
Browse files Browse the repository at this point in the history
In Pimcore 11 (which this repo requires), the `--async` flag in the `pimcore:maintenance` command was [removed](pimcore/pimcore#13042).
  • Loading branch information
limenet authored and dvesh3 committed Jul 19, 2023
1 parent 147457b commit 2981b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdout_logfile_maxbytes=0
redirect_stderr=true

[program:maintenance]
command=bash -c 'sleep 3600 && exec php /var/www/html/bin/console pimcore:maintenance --async'
command=bash -c 'sleep 3600 && exec php /var/www/html/bin/console pimcore:maintenance'
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
Expand Down

0 comments on commit 2981b8f

Please sign in to comment.