ab6372fa79
Mount individual shell scripts (with the `*.sh` extension) inside `/cron-scripts/` in the container. The cron daemon will automatically run these scripts inside the Nextcloud container for you. Write the scripts as if they will run in the Nextcloud container itself.
2 lines
50 B
Bash
2 lines
50 B
Bash
#!/usr/bin/env bash
|
|
php -f /var/www/html/cron.php
|