@@ -4,7 +4,7 @@ services:
|
|||||||
outline:
|
outline:
|
||||||
image: outlinewiki/outline
|
image: outlinewiki/outline
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- SECRET_KEY=${OUTLINE_SECRET_KEY}
|
- SECRET_KEY=${OUTLINE_SECRET_KEY}
|
||||||
- UTILS_SECRET=${OUTLINE_UTILS_SECRET}
|
- UTILS_SECRET=${OUTLINE_UTILS_SECRET}
|
||||||
|
Reference in New Issue
Block a user