You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how ?
an separate container that runs cron and has /var/www/html mounted, will fail on running bin/console commands with 4 different errors. also adding links to db and redis dont resolves this. is an running apache nessesary to be able to run cron jobs ?
why does cron not run insode the php container when its needed to run pimcore ?
has somebody an working docker-compose with cron ?
What is best / recommended way to run cron jobs in addition to apache?
Is there a simple way to override the entrypoint, or to add a CMD?
Is this the related entrypoint?
https://github.com/pimcore/docker/blob/df45b64f4875a5cf1bbeabd91d1d5adc3954dfbb/apache-Dockerfile-block-2
My goal is to install cronjobs based on the value of an environment variable (e.g.,
CRONTAB_ENABLED=true
).The text was updated successfully, but these errors were encountered: