Browse Source

remove command

master
jared 2 years ago
parent
commit
a7e41295b9
  1. 2
      outline/docker-compose.yml

2
outline/docker-compose.yml

@ -36,7 +36,7 @@ services:
user: root user: root
restart: always restart: always
container_name: outline container_name: outline
command: sh -c "yarn sequelize:migrate && yarn start" # command: sh -c "yarn sequelize:migrate && yarn start"
depends_on: depends_on:
- outline_postgres - outline_postgres
- outline_redis - outline_redis

Loading…
Cancel
Save