deployment/docker: fix typo in commands example

Follow up after 38b2a5bc44

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-01-22 16:56:27 +01:00
parent b25ef138ce
commit 8b8d0e3677
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -31,9 +31,9 @@ Optionally, environment with [VictoriaMetrics Grafana datasource](https://github
can be started with the following commands: can be started with the following commands:
``` ```
make docker-single-vm-datasource-up # start single server 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 make docker-cluster-vm-datasource-down # shutdown cluster
``` ```