SMTP relay: change restart behavior
This commit is contained in:
parent
eb13b36643
commit
d39bfb9e03
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
smtprelay:
|
smtprelay:
|
||||||
container_name: smtprelay
|
container_name: smtprelay
|
||||||
build: .
|
build: .
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./smtpd:/etc/smtpd:ro
|
- ./smtpd:/etc/smtpd:ro
|
||||||
- spool:/var/spool/smtpd
|
- spool:/var/spool/smtpd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue