mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add syntax highlighting for docker-compose.yml
This commit is contained in:
parent
a1b486a7b9
commit
9149f5afa7
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
```yaml
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -29,6 +30,7 @@ Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com
|
||||||
volumes:
|
volumes:
|
||||||
maildata:
|
maildata:
|
||||||
driver: local
|
driver: local
|
||||||
|
```
|
||||||
|
|
||||||
#### Create your mail accounts
|
#### Create your mail accounts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue