mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: added vmalert.proxyURL flag (#2549)
This commit is contained in:
parent
80092f087e
commit
1235e754a3
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ services:
|
|||
- "--opentsdbListenAddr=:4242"
|
||||
- "--httpListenAddr=:8428"
|
||||
- "--influxListenAddr=:8089"
|
||||
- "--vmalert.proxyURL=http://vmalert:8880"
|
||||
networks:
|
||||
- vm_net
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue