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
Cron container is enabled by default and it actually uses a lot of memory. In most cases, it's not needed and can be replaced by a manual command run. We should replace --no-cron option with --with-cron
Preconditions
Docker environment is built with default options
Steps to reproduce
Check the docker-compose.yml
Expected result
Cron container is absent
Actual result
Cron container is present
The text was updated successfully, but these errors were encountered:
Cron container is enabled by default and it actually uses a lot of memory. In most cases, it's not needed and can be replaced by a manual command run. We should replace
--no-cron
option with--with-cron
Preconditions
Steps to reproduce
docker-compose.yml
Expected result
Actual result
The text was updated successfully, but these errors were encountered: