File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,16 @@ Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S. and in
127127The Docker image is hosted on Docker Hub [ Visit] ( https://hub.docker.com/r/stephanediondev/elasticsearch-admin )
128128
129129```
130+ docker pull stephanediondev/elasticsearch-admin
131+
130132docker run -e "ELASTICSEARCH_URL=http://x.x.x.x:9200" -e "SECRET_REGISTER=xxxxx" -p 80:8080 -p 443:4443 -d --name elasticsearch-admin stephanediondev/elasticsearch-admin
131133```
132134
133135Edit ``` ELASTICSEARCH_URL ``` and ``` SECRET_REGISTER ``` (random string to secure registration)
134136
135137If Elasticsearch security features are enabled, add ``` -e "ELASTICSEARCH_USERNAME=xxxxx" -e "ELASTICSEARCH_PASSWORD=xxxxx" ```
136138
137- If you have SSL certificates add ``` -v /path/privkey.pem:/etc/nginx/privkey.pem -v /path/fullchain.pem:/etc/nginx/fullchain.pem ```
139+ If you have SSL certificates, add ``` -v /path/privkey.pem:/etc/nginx/privkey.pem -v /path/fullchain.pem:/etc/nginx/fullchain.pem ```
138140
139141## Source installation
140142
You can’t perform that action at this time.
0 commit comments