[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:
|
||||
postfix:
|
||||
image: boky/postfix
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- RELAYHOST=${RELAYHOST}
|
||||
- RELAYHOST_USERNAME=${RELAYHOST_USERNAME}
|
||||
|
|
Loading…
Reference in a new issue