From 7c533baa05bd6af418895a627303039081aa00ff Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Fri, 3 Feb 2023 14:47:44 +0100 Subject: [PATCH] fix: Change db update command. --- templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 3a51f3f..6eea24b 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -59,7 +59,7 @@ services: outline: image: outlinewiki/outline:latest #command: sh -c "yarn start" - command: sh -c "yarn sequelize:migrate --env production-ssl-disabled && yarn start" + command: sh -c "yarn db:migrate --env production-ssl-disabled && yarn start" env_file: - "{{ outline_setup_path | expanduser | realpath }}/env.outline.conf" - "{{ outline_setup_path | expanduser | realpath }}/env.oidc.conf"