[#190]: Fixed network name for coredns service

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2022-06-29 00:25:56 +03:00 committed by Anastasia Prasolova
parent 3f6a2b725b
commit 6cc08e84fb

View file

@ -8,7 +8,7 @@ services:
domainname: ${LOCAL_DOMAIN} domainname: ${LOCAL_DOMAIN}
hostname: coredns hostname: coredns
networks: networks:
chain_int: coredns:
internet: internet:
ipv4_address: ${IPV4_PREFIX}.53 ipv4_address: ${IPV4_PREFIX}.53
stop_signal: SIGKILL stop_signal: SIGKILL
@ -18,7 +18,7 @@ services:
- ./../../vendor/hosts:/etc/hosts - ./../../vendor/hosts:/etc/hosts
networks: networks:
chain_int: coredns:
internet: internet:
external: true external: true
name: basenet_internet name: basenet_internet