diff --git a/docker-compose/docker-compose-pro.yaml b/docker-compose/docker-compose-pro.yaml index 8171dfb..50d738e 100644 --- a/docker-compose/docker-compose-pro.yaml +++ b/docker-compose/docker-compose-pro.yaml @@ -32,7 +32,8 @@ services: - /bin/bash - -c - | - # Uncomment line below if you are using ldap sync. Change '* * * * *' to your preferred sync schedule. More info: https://en.wikipedia.org/wiki/Cron + # Uncomment the below two lines if you are using ldap sync. Change '* * * * *' to your preferred sync schedule. More info: https://en.wikipedia.org/wiki/Cron + # touch /var/log/cron.log && chown www-data:www-data /var/log/cron.log # echo '* * * * * www-data exec /bin/bash -c "source /etc/environment && /usr/share/php/passbolt/bin/cake directory_sync all --persist" >> /var/log/cron.log 2>&1' >> /etc/cron.d/passbolt-pro-server /usr/bin/wait-for.sh -t 0 db:3306 -- /docker-entrypoint.sh ports: