Merge pull request #466 from martinbndr/fix-docker-compose-lightweight-db
Fixes depends_on mysql
This commit is contained in:
commit
b51543ea2c
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@ version: '3'
|
|||
name: zeppelin-prod
|
||||
services:
|
||||
migrate:
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
build: &build
|
||||
context: .
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue