missed another _ to - converision
This commit is contained in:
parent
bf679b9002
commit
98a79a673d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ services:
|
|||
komodo-mongo:
|
||||
image: mongo:7.0
|
||||
container_name: mongo-db${KOMODO_NODE_ID}
|
||||
hostname: mongo_db${KOMODO_NODE_ID}
|
||||
hostname: mongo-db${KOMODO_NODE_ID}
|
||||
restart: always
|
||||
networks:
|
||||
- komodo_internal
|
||||
|
|
|
|||
Loading…
Reference in a new issue