Update README.md

Spelling fix
This commit is contained in:
Brian Christner 2017-11-02 14:42:34 +01:00 committed by GitHub
parent 83bc70cc76
commit b699d0491a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ If you would like to change which targets should be monitored or make configurat
Once configurations are done let's start it up. From the /prometheus project directory run the following command:
$ docker stack deploy -c docker-compose.yml prome
$ docker stack deploy -c docker-compose.yml prom
That's it the `docker stack deploy' command deploys the entire Grafana and Prometheus stack automagically to the Docker Swarm. By default cAdvisor and node-exporter are set to Global deployment which means they will propogate to every docker host attached to the Swarm.