mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-11 16:58:38 +00:00
Update docker-compose.yml (#1792)
* Update docker-compose.yml * Update docker-compose.yml
This commit is contained in:
parent
0a2c80f137
commit
f288cef6d1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user