1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00

Fix a typo in the compose configuration

This commit is contained in:
Pierre Jaury 2016-06-25 12:30:21 +02:00
parent 77f40de5a9
commit c73bc47a0e

View File

@ -15,7 +15,7 @@ services:
- admin
volumes:
- /freeposte/certs:/certs
redis:
image: redis
restart: always
@ -55,7 +55,7 @@ services:
env_file: freeposte.env
volumes:
- /freeposte/filter:/data
antispam:
build: rspamd
image: freeposte/rspamd
@ -63,7 +63,7 @@ services:
env_file: freeposte.env
volumes:
- /freeposte/filter:/var/lib/rspamd
antivirus:
build: clamav
image: freeposte/clamav
@ -78,7 +78,7 @@ services:
restart: always
env_file: freeposte.env
volumes:
- /dfreeposteata/freeposte:/data
- /freeposte/freeposte:/data
- /var/run/docker.sock:/var/run/docker.sock:ro
webmail: