Restart coredns on failure
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
8b0291d008
commit
7a4a9b346a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ services:
|
||||||
container_name: coredns
|
container_name: coredns
|
||||||
domainname: ${LOCAL_DOMAIN}
|
domainname: ${LOCAL_DOMAIN}
|
||||||
hostname: coredns
|
hostname: coredns
|
||||||
|
restart: on-failure
|
||||||
networks:
|
networks:
|
||||||
coredns:
|
coredns:
|
||||||
internet:
|
internet:
|
||||||
|
|
Loading…
Reference in a new issue