[#164] services: Do not use underscore in hostnames

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-03-03 15:54:27 +03:00 committed by Alex Vanin
parent a2ab73c82f
commit 1d58f1774d
13 changed files with 28 additions and 28 deletions

View file

@ -1 +1 @@
IPV4_PREFIX.90 morph_chain.LOCAL_DOMAIN
IPV4_PREFIX.90 morph-chain.LOCAL_DOMAIN

View file

@ -7,7 +7,7 @@ services:
container_name: morph_chain
command: ["node", "--config-path", "/config", "--privnet", "--debug"]
domainname: ${LOCAL_DOMAIN}
hostname: morph_chain
hostname: morph-chain
networks:
chain_int:
internet: