mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
compose: add depends on for postfix-tlspol
This commit is contained in:
parent
1cb38bacdb
commit
29e28b47ed
1 changed files with 2 additions and 2 deletions
|
|
@ -344,6 +344,8 @@ services:
|
|||
condition: service_started
|
||||
unbound-mailcow:
|
||||
condition: service_healthy
|
||||
postfix-tlspol-mailcow:
|
||||
condition: service_started
|
||||
volumes:
|
||||
- ./data/hooks/postfix:/hooks:Z
|
||||
- ./data/conf/postfix:/opt/postfix/conf:z
|
||||
|
|
@ -383,8 +385,6 @@ services:
|
|||
depends_on:
|
||||
unbound-mailcow:
|
||||
condition: service_healthy
|
||||
postfix-mailcow:
|
||||
condition: service_started
|
||||
volumes:
|
||||
- postfix-tlspol-vol-1:/var/lib/postfix-tlspol
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue