Изменил(а) на 'outline/docker-compose.yaml'

master
pipistrello 2023-02-16 17:06:50 +03:00
parent 34d74df491
commit 4aa07cfc97
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
user: root
restart: always
container_name: outline
command: sh -c "yarn sequelize:migrate --env=production-ssl-disabled && yarn start --env=production-ssl-disabled"
command: sh -c "yarn db:migrate --env=production-ssl-disabled && yarn start --env=production-ssl-disabled"
depends_on:
- outline_postgres
- outline_redis