mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-03 07:45:11 +00:00
Fix wrong volume syntax
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user