mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-22 18:07:30 +00:00
Add syntax highlighting for docker-compose.yml
parent
2c814adf98
commit
f6d4f49d4c
8
Home.md
8
Home.md
@ -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.
|
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: .
|
||||||
@ -26,9 +27,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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user