mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-02 23:35:11 +00:00
Add syntax highlighting for docker-compose.yml
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
|
||||
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:
|
||||
image: tvial/docker-mailserver:latest
|
||||
# build: .
|
||||
@@ -26,9 +27,10 @@ Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com
|
||||
- maildata:/var/mail
|
||||
- ./config/:/tmp/docker-mailserver/
|
||||
|
||||
volumes:
|
||||
volumes:
|
||||
maildata:
|
||||
driver: local
|
||||
```
|
||||
|
||||
#### Create your mail accounts
|
||||
|
||||
|
Reference in New Issue
Block a user