Skip to content

Commit 2fbb930

Browse files
Update grafana/alloy Docker tag to v1.16.0
1 parent 15e149e commit 2fbb930

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Abraracourcix/metrics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ services:
108108
- LOKI_TOKEN=${LOKI_TOKEN}
109109
ports:
110110
- 12345:12345
111-
image: grafana/alloy:v1.15.0
111+
image: grafana/alloy:v1.16.0
112112
command: 'run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy'
113113
networks:
114114
- loki

MediaCentre/alloy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- LOKI_IDEFIX_TOKEN=${LOKI_IDEFIX_TOKEN}
1717
ports:
1818
- 12345:12345
19-
image: grafana/alloy:v1.15.0
19+
image: grafana/alloy:v1.16.0
2020
command: 'run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy'
2121
networks:
2222
- loki

0 commit comments

Comments
 (0)