I'm fucking stupid? Don't put the TTY flag on things that aren't TTYs

This commit is contained in:
Salt 2021-08-24 21:21:53 -05:00
parent 89e86efafc
commit 20e73e6fcf

View File

@ -13,5 +13,5 @@
- /srv/desu.ltd/nc:/var/www/html/data
tags: [ docker, nextcloud ]
- name: assure nextcloud cronjob
cron: user=root name=nextcloud minute=*/5 job="docker exec --user www-data -it nextcloud php -f /var/www/html/cron.php > /var/log/nccron.log 2>&1"
cron: user=root name=nextcloud minute=*/5 job="docker exec --user www-data nextcloud php -f /var/www/html/cron.php > /var/log/nccron.log 2>&1"
tags: [ docker, nextcloud, cron ]