fix: docker compose migrator restart no with quotes

This commit is contained in:
sriram veeraghanta
2024-05-27 17:00:40 +05:30
parent 97cf1c1fd4
commit 250bc3983d
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ services:
migrator:
<<: *app-env
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
restart: no
restart: "no"
command: ./bin/docker-entrypoint-migrator.sh
volumes:
- ${INSTALL_DIR}/logs/migrator:/code/plane/logs

View File

@@ -117,7 +117,7 @@ services:
<<: *app-env
image: registry.plane.tools/plane/backend-enterprise:${APP_RELEASE_VERSION}
pull_policy: if_not_present
restart: no
restart: "no"
command: ./bin/docker-entrypoint-migrator.sh
volumes:
- ${INSTALL_DIR}/logs/migrator:/code/plane/logs