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