From 8730049c008c97e121a752f62a1a16b95487efe0 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Mon, 27 May 2024 16:51:05 +0530 Subject: [PATCH] fix: updated deploy docker compose file with restart no with quotes --- deploy/selfhost/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/selfhost/docker-compose.yml b/deploy/selfhost/docker-compose.yml index c75e9cfee..10f64fd1c 100644 --- a/deploy/selfhost/docker-compose.yml +++ b/deploy/selfhost/docker-compose.yml @@ -128,7 +128,7 @@ services: image: ${DOCKERHUB_USER:-makeplane}/plane-backend:${APP_RELEASE:-stable} platform: ${DOCKER_PLATFORM:-} pull_policy: ${PULL_POLICY:-always} - restart: no + restart: "no" command: ./bin/docker-entrypoint-migrator.sh volumes: - logs_migrator:/code/plane/logs