forked from TrueCloudLab/frostfs-dev-env
[#164] services: Do not use underscore in hostnames
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
a2ab73c82f
commit
1d58f1774d
13 changed files with 28 additions and 28 deletions
|
@ -1 +1 @@
|
|||
IPV4_PREFIX.90 morph_chain.LOCAL_DOMAIN
|
||||
IPV4_PREFIX.90 morph-chain.LOCAL_DOMAIN
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue