mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
deployment/docker: added vmalert.proxyURL flag (#2549)
This commit is contained in:
parent
80092f087e
commit
1235e754a3
@ -34,6 +34,7 @@ services:
|
|||||||
- "--opentsdbListenAddr=:4242"
|
- "--opentsdbListenAddr=:4242"
|
||||||
- "--httpListenAddr=:8428"
|
- "--httpListenAddr=:8428"
|
||||||
- "--influxListenAddr=:8089"
|
- "--influxListenAddr=:8089"
|
||||||
|
- "--vmalert.proxyURL=http://vmalert:8880"
|
||||||
networks:
|
networks:
|
||||||
- vm_net
|
- vm_net
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user