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
```
]