Update docker-compose.yml (#5023)

Update to latest release version
This commit is contained in:
Sriharsha Chintalapani 2022-05-18 08:32:57 -07:00 committed by GitHub
parent e1a207a37f
commit 2e9774dfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ volumes:
services:
mysql:
container_name: openmetadata_mysql
image: openmetadata/db:0.10.0
image: openmetadata/db:0.10.1
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
@ -44,7 +44,7 @@ services:
openmetadata-server:
container_name: openmetadata_server
restart: always
image: openmetadata/server:0.10.0
image: openmetadata/server:0.10.1
environment:
ELASTICSEARCH_HOST: elasticsearch
# OpenMetadata Server Authentication Configuration
@ -103,7 +103,7 @@ services:
ingestion:
container_name: openmetadata_ingestion
image: openmetadata/ingestion:0.10.0
image: openmetadata/ingestion:0.10.1
depends_on:
- mysql
expose: