fix: Change db update command.
This commit is contained in:
parent
02eede7e42
commit
7c533baa05
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user