Skip to content

Commit 72cdf91

Browse files
-
1 parent 1c86270 commit 72cdf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/RUNNING_WITH_DOCKER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
The Docker image is hosted on Docker Hub https://hub.docker.com/r/stephanediondev/elasticsearch-admin
1010

1111
```
12-
docker pull stephanediondev/elasticsearch-admin:latest
12+
docker pull stephanediondev/elasticsearch-admin
1313
14-
docker run -e "ELASTICSEARCH_URL=http://x.x.x.x:9200" -e "SECRET_REGISTER=xxxxx" -p 80:8080 -d --name elasticsearch-admin stephanediondev/elasticsearch-admin:latest
14+
docker run -e "ELASTICSEARCH_URL=http://x.x.x.x:9200" -e "SECRET_REGISTER=xxxxx" -p 80:8080 -d --name elasticsearch-admin stephanediondev/elasticsearch-admin
1515
```
1616

1717
Edit ```ELASTICSEARCH_URL``` and ```SECRET_REGISTER``` (random string to secure registration)

0 commit comments

Comments
 (0)