Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion memberlist/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
prometheus:
container_name: prometheus
image: prom/prometheus:v2.54.0
image: prom/prometheus:v2.55.1@sha256:2659f4c2ebb718e7695cb9b25ffa7d6be64db013daba13e05c875451cf51b0d3
command:
- --web.enable-remote-write-receiver
- --config.file=/etc/prometheus/prometheus.yml
Expand Down
2 changes: 1 addition & 1 deletion redis/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
prometheus:
container_name: prometheus
image: prom/prometheus:v2.54.0
image: prom/prometheus:v2.55.1@sha256:2659f4c2ebb718e7695cb9b25ffa7d6be64db013daba13e05c875451cf51b0d3
command:
- --web.enable-remote-write-receiver
- --config.file=/etc/prometheus/prometheus.yml
Expand Down