From 477c84684a77923bcdffb3b10aac0927ac087363 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 --- docs/content/configure-elk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configure-elk.md b/docs/content/configure-elk.md index 9eb257cf..b5ca504b 100644 --- a/docs/content/configure-elk.md +++ b/docs/content/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.