mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: fix typo in commands example
Follow up after 38b2a5bc44
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
b25ef138ce
commit
8b8d0e3677
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue