@@ -4,7 +4,7 @@ services:
|
||||
outline:
|
||||
image: outlinewiki/outline
|
||||
restart: unless-stopped
|
||||
command: sh -c "yarn sequelize:migrate --env production-ssl-disabled && yarn start"
|
||||
command: sh -c "yarn db:migrate --env production-ssl-disabled && yarn start"
|
||||
environment:
|
||||
- SECRET_KEY=${OUTLINE_SECRET_KEY}
|
||||
- UTILS_SECRET=${OUTLINE_UTILS_SECRET}
|
||||
|
Reference in New Issue
Block a user