1
0
Fork 0

Add cron script

This commit is contained in:
florian 2022-12-20 13:08:28 +01:00
parent c4437e3639
commit b613ec3235

2
cloud/cron.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker-compose exec nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'