From 1fdb7b8077fa451695371578d05e88646fca620d Mon Sep 17 00:00:00 2001 From: Andreas Groll Date: Mon, 12 Jun 2017 15:25:35 +0200 Subject: [PATCH] added missing stackname --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 7d1d655c..61dd2b9f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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 ``` ]