mirror of
https://github.com/makeplane/plane.git
synced 2025-12-29 00:24:56 +01:00
fix: docker compose migrator restart no with quotes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user