Compare commits
No commits in common. "e8545cd4e7a257b325ccb3ca9c374c5b9c83ae9c" and "9451bdb478772e071789cdca46c54a339edc4070" have entirely different histories.
e8545cd4e7
...
9451bdb478
@ -45,7 +45,7 @@
|
|||||||
minute: "0"
|
minute: "0"
|
||||||
hour: "8"
|
hour: "8"
|
||||||
user: root
|
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
|
cron_file: gitea-backup-cleanup
|
||||||
|
|
||||||
- name: Check if environment.env will get changed
|
- name: Check if environment.env will get changed
|
||||||
|
@ -41,5 +41,4 @@ services:
|
|||||||
- gitea
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- ./mysql:/var/lib/mysql
|
- ./mysql:/var/lib/mysql
|
||||||
cap_add:
|
|
||||||
- SYS_NICE
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user