mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
deployment/docker: added vmalert.proxyURL flag (#2549)
This commit is contained in:
parent
7cd416f5e6
commit
028c28b84a
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ services:
|
|||
command:
|
||||
- '--storageNode=vmstorage-1:8401'
|
||||
- '--storageNode=vmstorage-2:8401'
|
||||
- '--vmalert.proxyURL=http://vmalert:8880'
|
||||
ports:
|
||||
- 8481:8481
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue