mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-17 16:45:06 +00:00
Reverted restart action removal in docker-compose.yml for older 2.X compatibility
This commit is contained in:
parent
907912046f
commit
99de302ec9
1 changed files with 0 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ services:
|
|||
depends_on:
|
||||
unbound-mailcow:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
dns:
|
||||
- ${IPV4_NETWORK:-172.22.1}.254
|
||||
environment:
|
||||
|
|
@ -305,7 +304,6 @@ services:
|
|||
condition: service_started
|
||||
unbound-mailcow:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
volumes:
|
||||
- ./data/hooks/postfix:/hooks:Z
|
||||
- ./data/conf/postfix:/opt/postfix/conf:z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue