[smtp-relay] Add restart policy

This commit is contained in:
JuliusFreudenberger 2022-10-17 18:05:07 +02:00
parent 1d5711223b
commit 9b2ca48d7c

View file

@ -2,6 +2,7 @@ version: '3'
services:
postfix:
image: boky/postfix
restart: unless-stopped
environment:
- RELAYHOST=${RELAYHOST}
- RELAYHOST_USERNAME=${RELAYHOST_USERNAME}