Compare commits

..

No commits in common. "e8545cd4e7a257b325ccb3ca9c374c5b9c83ae9c" and "9451bdb478772e071789cdca46c54a339edc4070" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,7 @@
minute: "0"
hour: "8"
user: root
job: find /var/backups -path /var/backups/gitea-* -mtime +7 -type f -exec rm {} +
job: "find /var/backups/gitea-* -mtime +7 -type f -exec rm {} +"
cron_file: gitea-backup-cleanup
- name: Check if environment.env will get changed

View File

@ -41,5 +41,4 @@ services:
- gitea
volumes:
- ./mysql:/var/lib/mysql
cap_add:
- SYS_NICE