From 3f7daf8c9120619fa9de804cc088627d45d2466c Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 17 Jun 2021 08:58:18 +0800 Subject: [PATCH] update --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5a3b627..e7041e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - ./conf/rsync/.ssh:/root/.ssh - ./conf/rsync/periodic:/etc/periodic - ${RSYNC_LOCAL}:/mnt - command: "/etc/periodic && crond -f" + command: /bin/sh -c "chmod -R 755 /etc/periodic && crond -f" portainer: image: portainer/portainer-ce:2.5.1 restart: always