added missing stackname

This commit is contained in:
Andreas Groll
2017-06-12 15:25:35 +02:00
parent d2b67c426e
commit 1fdb7b8077

View File

@@ -6553,7 +6553,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
```
]