Fixing missing stack name

This commit is contained in:
Jérôme Petazzoni
2017-06-12 17:41:55 +02:00
parent a1adc2292f
commit 58e76b81f2

View File

@@ -6584,7 +6584,7 @@ class: prom-auto
```bash
docker-compose -f prometheus.yml build
docker-compose -f prometheus.yml push
docker stack deploy -c prometheus.yml
docker stack deploy -c prometheus.yml prometheus
```
]