fix: updated deploy docker compose file with restart no with quotes

This commit is contained in:
sriram veeraghanta 2024-05-27 16:51:05 +05:30
parent 2e6ad61f49
commit 8730049c00

View File

@ -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