forked from TrueCloudLab/frostfs-dev-env
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
|
||||
domainname: ${LOCAL_DOMAIN}
|
||||
hostname: coredns
|
||||
restart: on-failure
|
||||
networks:
|
||||
coredns:
|
||||
internet:
|
||||
|
|
Loading…
Reference in a new issue