fix /etc/periodic permission
continuous-integration/drone/push Build is failing Details

master
wanggang 4 years ago
parent 2898761062
commit 81df89f6e9

@ -1 +1 @@
echo test at:$(date +%F%n%T) echo 15min at:$(date +%F%n%T)

@ -0,0 +1 @@
echo hourly at:$(date +%F%n%T)

@ -0,0 +1 @@
echo monthly at:$(date +%F%n%T)

@ -0,0 +1 @@
echo weekly at:$(date +%F%n%T)

@ -16,7 +16,7 @@ services:
- ./conf/rsync/.ssh:/root/.ssh - ./conf/rsync/.ssh:/root/.ssh
- ./conf/rsync/periodic:/etc/periodic - ./conf/rsync/periodic:/etc/periodic
- ${RSYNC_LOCAL}:/mnt - ${RSYNC_LOCAL}:/mnt
command: "crond -f" command: "/etc/periodic && crond -f"
portainer: portainer:
image: portainer/portainer-ce:2.5.1 image: portainer/portainer-ce:2.5.1
restart: always restart: always

Loading…
Cancel
Save