Add cron script
This commit is contained in:
parent
b613ec3235
commit
6bed3192aa
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker-compose exec nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'
|
||||
#!/bin/sh
|
||||
docker-compose exec -T nextcloud su - www-data -s /bin/bash -c 'php -f /var/www/html/cron.php'
|
||||
|
|
Loading…
Reference in a new issue