Add syntax highlighting for YAML code snippets. (#314)

Fenced code blocks support YAML syntax highlighting.
This commit is contained in:
Josef Friedrich 2016-09-07 19:39:27 +02:00 committed by GitHub
parent d9e1c0ad61
commit cc2043ba88

View file

@ -36,9 +36,10 @@ 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. Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com/compose/) in the version `1.6` or higher.
version: '2' ```yaml
version: '2'
services: services:
mail: mail:
image: tvial/docker-mailserver:latest image: tvial/docker-mailserver:latest
# build: . # build: .
@ -54,9 +55,10 @@ Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com
- maildata:/var/mail - maildata:/var/mail
- ./config/:/tmp/docker-mailserver/ - ./config/:/tmp/docker-mailserver/
volumes: volumes:
maildata: maildata:
driver: local driver: local
```
#### Create your mail accounts #### Create your mail accounts