1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

Reverted restart action removal in docker-compose.yml for older 2.X compatibility

This commit is contained in:
DerLinkman
2023-10-12 15:38:58 +02:00
parent 907912046f
commit 99de302ec9

View File

@@ -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