diff --git a/docker-compose.yml b/docker-compose.yml index fc498b6..e4d39bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - ./conf/rsync/backup.sh:/backup.sh - ./conf/rsync/start.sh:/start.sh - ${RSYNC_LOCAL}:/mnt - command: /start.sh + command: sh -c "/start.sh" portainer: image: portainer/portainer-ce:2.5.1 restart: always diff --git a/start.sh b/start.sh index 89a7964..02d4e8f 100644 --- a/start.sh +++ b/start.sh @@ -1 +1 @@ -docker-compose up --remove-orphans -d \ No newline at end of file +docker-compose up --remove-orphans -d