Изменил(а) на 'outline/docker-compose.yaml'
parent
34d74df491
commit
4aa07cfc97
|
|
@ -42,7 +42,7 @@ services:
|
||||||
user: root
|
user: root
|
||||||
restart: always
|
restart: always
|
||||||
container_name: outline
|
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:
|
depends_on:
|
||||||
- outline_postgres
|
- outline_postgres
|
||||||
- outline_redis
|
- outline_redis
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue