[smtp-relay] Add restart policy
This commit is contained in:
parent
1d5711223b
commit
9b2ca48d7c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
postfix:
|
postfix:
|
||||||
image: boky/postfix
|
image: boky/postfix
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- RELAYHOST=${RELAYHOST}
|
- RELAYHOST=${RELAYHOST}
|
||||||
- RELAYHOST_USERNAME=${RELAYHOST_USERNAME}
|
- RELAYHOST_USERNAME=${RELAYHOST_USERNAME}
|
||||||
|
|
Loading…
Reference in a new issue