We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
according to magento/magento-cloud-docker#139 it's bad for performance but ...
this is what --with-cron add
--with-cron
diff docker-compose.yml.old docker-compose.yml 116a117,139 > cron: > hostname: cron.master > image: 'magento/magento-cloud-docker-php:7.4-cli-1.2' > extends: generic > command: run-cron > environment: > CRONTAB: '* * * * * root cd /app && /usr/local/bin/php bin/magento cron:run >> /app/var/log/cron.log' > volumes: > - 'magento:/app:ro,delegated' > - 'magento-vendor:/app/vendor:ro,delegated' > - 'magento-generated:/app/generated:ro,delegated' > - 'magento-var:/app/var:rw,delegated' > - 'magento-app-etc:/app/app/etc:rw,delegated' > - 'magento-pub-media:/app/pub/media:rw,delegated' > - 'magento-pub-static:/app/pub/static:rw,delegated' > - 'docker-mnt:/mnt:rw,delegated' > depends_on: > db: > condition: service_started > redis: > condition: service_started > elasticsearch: > condition: service_started
The text was updated successfully, but these errors were encountered:
also need to confirm cron working if decide to have on by default
Sorry, something went wrong.
No branches or pull requests
according to magento/magento-cloud-docker#139 it's bad for performance but ...
this is what
--with-cron
addThe text was updated successfully, but these errors were encountered: