From c9ad2e826f0e6824bf50567d05aa537a735fc7b7 Mon Sep 17 00:00:00 2001 From: Hector Date: Wed, 10 Feb 2021 18:56:25 +0000 Subject: [PATCH] docs: fix typo in readme docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0254f48..817b7c6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The following is a simple docker-compose file to run the exporter. version: "2" services: exporter: - registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest + image: registry.gitlab.com/hectorjsmith/fail2ban-prometheus-exporter:latest volumes: - /var/lib/fail2ban/fail2ban.sqlite3:/app/fail2ban.sqlite3:ro ports: