mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-02 15:25:40 +00:00
Add syntax highlighting for YAML code snippets. (#314)
Fenced code blocks support YAML syntax highlighting.
This commit is contained in:
@@ -36,6 +36,7 @@ Before you open an issue, please have a look this `README`, the [Wiki](https://g
|
||||
|
||||
Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com/compose/) in the version `1.6` or higher.
|
||||
|
||||
```yaml
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
@@ -57,6 +58,7 @@ Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com
|
||||
volumes:
|
||||
maildata:
|
||||
driver: local
|
||||
```
|
||||
|
||||
#### Create your mail accounts
|
||||
|
||||
|
Reference in New Issue
Block a user