1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 12:11:32 +02:00

Fix wrong volume syntax

This commit is contained in:
Germain Masse 2019-11-12 11:43:40 +01:00
parent 404f9f9dbb
commit 477c84684a

View File

@ -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.