Skip to content

Commit 2125fa0

Browse files
committed
[es] Tweak spacing on README
1 parent 5c14c30 commit 2125fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ and then check the cluster health, such as http://192.168.99.100:9200/_cluster/h
5555
}
5656

5757
If you have a Docker Swarm cluster already initialized you can download this
58-
[docker-compose.yml](https://raw.githubusercontent.com/itzg/dockerfiles/master/elasticsearch/docker-compose.yml)
59-
and deploy a cluster using:
58+
[docker-compose.yml](https://raw.githubusercontent.com/itzg/dockerfiles/master/elasticsearch/docker-compose.yml) and deploy a cluster using:
6059

6160
docker stack deploy -c docker-compose.yml es
6261

62+
6363
With a `docker service ls` you can confirm 1 master, 2 data, and 1 gateway nodes are running:
6464

6565
```

0 commit comments

Comments
 (0)