diff --git a/README.md b/README.md index 55e826a..e04d04c 100644 --- a/README.md +++ b/README.md @@ -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.