Created
November 10, 2017 22:11
-
-
Save kendokan/1848c8376b23a480b85a788189a66a70 to your computer and use it in GitHub Desktop.
Docker host crontab for Nextcloud.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*/15 * * * * /usr/local/bin/docker-compose -f /home/docker/mystack/docker-compose.yaml -f /home/docker/mystack/docker-compose.volumes.yaml -f /home/docker/mystack/docker-compose.networks.yaml exec --user www-data nextcloud bash -c "php -f /var/www/html/cron.php" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment