mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Added UDP protocol support for Graphite/Influx in docker-compose deployment.
This is necessary for Proxmox VE External Metric Server support. https://pve.proxmox.com/wiki/External_Metric_Server
This commit is contained in:
parent
20311f6065
commit
055f152246
1 changed files with 2 additions and 0 deletions
|
@ -21,7 +21,9 @@ services:
|
|||
image: victoriametrics/victoria-metrics
|
||||
ports:
|
||||
- 8428:8428
|
||||
- 8428:8428/udp
|
||||
- 2003:2003
|
||||
- 2003:2003/udp
|
||||
- 4242:4242
|
||||
volumes:
|
||||
- vmdata:/storage
|
||||
|
|
Loading…
Reference in a new issue