change _ to -
This commit is contained in:
parent
27ce8d541d
commit
fcb67873ed
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
services:
|
services:
|
||||||
komodo-mongo:
|
komodo-mongo:
|
||||||
image: mongo:7.0
|
image: mongo:7.0
|
||||||
container_name: mongo_db${KOMODO_NODE_ID}
|
container_name: mongo-db${KOMODO_NODE_ID}
|
||||||
hostname: mongo_db${KOMODO_NODE_ID}
|
hostname: mongo_db${KOMODO_NODE_ID}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue