ajout update process nextcloud

This commit is contained in:
Grégory Lebreton 2023-09-30 11:43:54 +02:00
parent 66844bea3f
commit 5812629712

View File

@ -1179,7 +1179,7 @@ docker exec --user www-data -it nextcloud /var/www/html/occ db:add-missing-indic
docker exec --user www-data -it <NOM_DU_CONTAINER> /var/www/html/occ <COMMANDE-DB>
```
??? info Crontab (pour nettoyer Nextcloud régulierement)
??? "Crontab (pour nettoyer Nextcloud régulierement)"
```bash
crontab -e
*/5 * * * * docker exec -u www-data <NOM_DU_CONTAINER> php -f cron.php