From 43465937bfdefcb4a12201fc6a07b3f48732629e Mon Sep 17 00:00:00 2001 From: Hector Date: Sun, 20 Feb 2022 16:31:38 +0000 Subject: [PATCH] add note on available docker tags --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 64102fc..20b51e4 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ services: - "9191:9191" ``` +Use the `:latest` tag to get the latest stable release. Or use the `:nightly` tag for the latest (unstable) version. +See the [registry page](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/container_registry) for all available tags. + **NOTE:** While it is possible to mount the `fail2ban.sock` file directly, it is recommended to mount the parent folder instead. The `.sock` file is deleted by fail2ban on shutdown and re-created on startup and this causes problems for the docker mount. See [this reply](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/issues/11#note_665003499) for more details.