Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Cron logging when using ldap persistence

See merge request passbolt/passbolt_docker!200
  • Loading branch information
Tecnobutrul committed Mar 27, 2024
2 parents 2984d0d + dd5d832 commit 3030b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose/docker-compose-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3030b3a

Please sign in to comment.