Skip to content

Commit

Permalink
docker_compose: use latest image
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jan 28, 2023
1 parent b725d6b commit 3254e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_compose/node-exporter-dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
fluentbit:
image: fluentbitdev/fluent-bit:x86_64-master
image: fluent/fluent-bit:latest
container_name: fluentbit
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
ports:
Expand Down

0 comments on commit 3254e21

Please sign in to comment.