yarn fix again

master
pipistrello 2026-01-12 12:11:57 +03:00
parent 7727af56b2
commit 288428b465
1 changed files with 1 additions and 1 deletions

View File

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