mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Removed unnecessary volume
This commit is contained in:
parent
8b1a97a26d
commit
fb2154d4ba
@ -56,7 +56,7 @@ services:
|
|||||||
- "/etc/mailu/overrides:/overrides"
|
- "/etc/mailu/overrides:/overrides"
|
||||||
depends_on:
|
depends_on:
|
||||||
- front
|
- front
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-1.8}
|
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-1.8}
|
||||||
restart: always
|
restart: always
|
||||||
@ -112,7 +112,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
database:
|
database:
|
||||||
smtp_queue:
|
smtp_queue:
|
||||||
front_certs:
|
|
||||||
admin_data:
|
admin_data:
|
||||||
webdav_data:
|
webdav_data:
|
||||||
webmail_data:
|
webmail_data:
|
||||||
|
Loading…
Reference in New Issue
Block a user