From e59e1d972e6691467f08d81d6236821e0fb534a4 Mon Sep 17 00:00:00 2001 From: Germain Masse Date: Tue, 12 Nov 2019 11:43:40 +0100 Subject: [PATCH] Fix wrong volume syntax --- Configure-ELK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure-ELK.md b/Configure-ELK.md index 9eb257c..b5ca504 100644 --- a/Configure-ELK.md +++ b/Configure-ELK.md @@ -22,7 +22,7 @@ You can override that template or set a custom config file as ro volume. mail: ~ volumes: - - config/filebeat.yml:/etc/filebeat/filebeat.yml:ro + - ./config/filebeat.yml:/etc/filebeat/filebeat.yml:ro ``` ## Run ELK embedded on mailserver stack.