fix: Change db update command.

This commit is contained in:
Laur Ivan 2023-02-03 14:47:44 +01:00
parent 02eede7e42
commit 7c533baa05

View File

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