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"
|
||||
depends_on:
|
||||
- front
|
||||
|
||||
|
||||
smtp:
|
||||
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-1.8}
|
||||
restart: always
|
||||
@ -112,7 +112,6 @@ services:
|
||||
volumes:
|
||||
database:
|
||||
smtp_queue:
|
||||
front_certs:
|
||||
admin_data:
|
||||
webdav_data:
|
||||
webmail_data:
|
||||
|
Loading…
Reference in New Issue
Block a user