This commit is contained in:
2026-01-12 11:55:36 +03:00
parent cf7e0a9658
commit a1191fbb5e
2 changed files with 1 additions and 1 deletions
Vendored
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -42,7 +42,7 @@ services:
user: root
restart: always
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:
- outline_postgres
- outline_redis