From 8b8d0e3677e2947ded8aa1e9e9483bf1c0118704 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Mon, 22 Jan 2024 16:56:27 +0100 Subject: [PATCH] deployment/docker: fix typo in commands example Follow up after https://github.com/VictoriaMetrics/VictoriaMetrics/commit/38b2a5bc44dab2892c3481e3ea46869a824da18c Signed-off-by: hagen1778 --- deployment/docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/docker/README.md b/deployment/docker/README.md index 6815c1b0e..3aedffc0e 100644 --- a/deployment/docker/README.md +++ b/deployment/docker/README.md @@ -31,9 +31,9 @@ Optionally, environment with [VictoriaMetrics Grafana datasource](https://github can be started with the following commands: ``` make docker-single-vm-datasource-up # start single server -make docker-single-vm-datasource-down # start cluster +make docker-single-vm-datasource-down # shut down single server -make docker-cluster-vm-datasource-up # shut down single server +make docker-cluster-vm-datasource-up # start cluster make docker-cluster-vm-datasource-down # shutdown cluster ```