Update docker-compose.yml (#1792)

* Update docker-compose.yml

* Update docker-compose.yml
This commit is contained in:
Ayush Shah 2021-12-16 14:39:45 +05:30 committed by GitHub
parent 0a2c80f137
commit f288cef6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ version: "3.9"
services:
mysql:
container_name: openmetadata_mysql
image: openmetadata/db:0.6.0
image: openmetadata/db:0.7.0
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
@ -59,7 +59,7 @@ services:
ingestion:
container_name: openmetadata_ingestion
image: openmetadata/ingestion:0.6.0
image: openmetadata/ingestion:0.7.0
depends_on:
- mysql
expose: