mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-13 19:04:50 +02:00
Fix wrong volume syntax
This commit is contained in:
parent
404f9f9dbb
commit
477c84684a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ You can override that template or set a custom config file as ro volume.
|
||||||
mail:
|
mail:
|
||||||
~
|
~
|
||||||
volumes:
|
volumes:
|
||||||
- config/filebeat.yml:/etc/filebeat/filebeat.yml:ro
|
- ./config/filebeat.yml:/etc/filebeat/filebeat.yml:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run ELK embedded on mailserver stack.
|
## Run ELK embedded on mailserver stack.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue