mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker: update Alertmanager tag from v0.24.0 to v0.25.0 in docker-compose files (#3619)
deployment/docker: bump alertmanager to latest v0.25.0
This commit is contained in:
parent
8aee209c53
commit
fe0e199859
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ services:
|
|||
|
||||
alertmanager:
|
||||
container_name: alertmanager
|
||||
image: prom/alertmanager:v0.24.0
|
||||
image: prom/alertmanager:v0.25.0
|
||||
volumes:
|
||||
- ./alertmanager.yml:/config/alertmanager.yml
|
||||
command:
|
||||
|
|
|
@ -82,7 +82,7 @@ services:
|
|||
restart: always
|
||||
alertmanager:
|
||||
container_name: alertmanager
|
||||
image: prom/alertmanager:v0.24.0
|
||||
image: prom/alertmanager:v0.25.0
|
||||
volumes:
|
||||
- ./alertmanager.yml:/config/alertmanager.yml
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue