Skip to content

Commit 3254e21

Browse files
committed
docker_compose: use latest image
Signed-off-by: Eduardo Silva <[email protected]>
1 parent b725d6b commit 3254e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_compose/node-exporter-dashboard/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.3'
22

33
services:
44
fluentbit:
5-
image: fluentbitdev/fluent-bit:x86_64-master
5+
image: fluent/fluent-bit:latest
66
container_name: fluentbit
77
command: /fluent-bit/bin/fluent-bit -i node_exporter_metrics -p path.procfs=/host/proc -p path.sysfs=/host/sys -o prometheus_exporter -p "add_label=host fluentbit" -f 1
88
ports:

0 commit comments

Comments
 (0)