feat: docker pull opensearch to opensearchproject (#3771)

change the right name and add version tag of the images, because docker will find only latest, the current images only 1.0.0 ver
This commit is contained in:
I Made Ocy Darma Putra 2023-05-19 00:07:06 +07:00 committed by GitHub
parent 1de70d2bd0
commit 2e49b86962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ You can access the `maps-server` image via the official OpenSearch [Docker Hub r
Open your terminal and run the following command: Open your terminal and run the following command:
`docker pull opensearch/opensearch-maps-server` `docker pull opensearchproject/opensearch-maps-server:1.0.0`
## Setting up the server ## Setting up the server
@ -107,4 +107,4 @@ Tiles are generated per [Terms of Use for Natural Earth vector map data](https:/
## Related articles ## Related articles
* [Configuring a Web Map Service (WMS)]({{site.url}}{{site.baseurl}}/dashboards/visualize/maptiles/) * [Configuring a Web Map Service (WMS)]({{site.url}}{{site.baseurl}}/dashboards/visualize/maptiles/)
* [Using coordinate and region maps]({{site.url}}{{site.baseurl}}/dashboards/visualize/geojson-regionmaps/) * [Using coordinate and region maps]({{site.url}}{{site.baseurl}}/dashboards/visualize/geojson-regionmaps/)