@@ -120,15 +120,15 @@ The latest version is at the top of the page
120120You can use the curl or wget command as well to fetch the docker compose files from your terminal -
121121
122122``` commandline
123- curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.10.2 -release/docker-compose.yml
123+ curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.10.3 -release/docker-compose.yml
124124
125- curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.10.2 -release/docker-compose-postgres.yml
125+ curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.10.3 -release/docker-compose-postgres.yml
126126```
127127
128128``` commandline
129- wget https://github.com/open-metadata/OpenMetadata/releases/download/1.10.2 -release/docker-compose.yml
129+ wget https://github.com/open-metadata/OpenMetadata/releases/download/1.10.3 -release/docker-compose.yml
130130
131- wget https://github.com/open-metadata/OpenMetadata/releases/download/1.10.2 -release/docker-compose-postgres.yml
131+ wget https://github.com/open-metadata/OpenMetadata/releases/download/1.10.3 -release/docker-compose-postgres.yml
132132```
133133
134134### 3. Start the Docker Compose Services
@@ -167,10 +167,10 @@ You can validate that all containers are up by running with command `docker ps`.
167167``` commandline
168168❯ docker ps
169169CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
170- 470cc8149826 openmetadata/server:1.10.2 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
171- 63578aacbff5 openmetadata/ingestion:1.10.2 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
170+ 470cc8149826 openmetadata/server:1.10.3 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
171+ 63578aacbff5 openmetadata/ingestion:1.10.3 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
1721729f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch
173- 08947ab3424b openmetadata/db:1.10.2 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
173+ 08947ab3424b openmetadata/db:1.10.3 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
174174```
175175
176176In a few seconds, you should be able to access the OpenMetadata UI at [ http://localhost:8585 ] ( http://localhost:8585 )
0 commit comments