Skip to content

Commit

Permalink
Reverted restart action removal in docker-compose.yml for older 2.X c…
Browse files Browse the repository at this point in the history
…ompatibility
  • Loading branch information
DerLinkman committed Oct 12, 2023
1 parent 9079120 commit 99de302
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ services:
depends_on:
unbound-mailcow:
condition: service_healthy
restart: true
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99de302

Please sign in to comment.