Skip to content

Commit

Permalink
build mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvele committed May 25, 2024
1 parent f329346 commit b49cead
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mongoDB/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ options:
MONGO_INITDB_ROOT_USERNAME: null
MONGO_INITDB_ROOT_PASSWORD: null
MONGO_PORT: 27017
MONGO_BIND_IP: "0.0.0.0"
schema:
MONGO_INITDB_ROOT_USERNAME: str
MONGO_INITDB_ROOT_PASSWORD: str
MONGO_INITDB_ROOT_PASSWORD: password
MONGO_PORT: "int(1,65535)?"
MONGO_BIND_IP: "str?"
image: "ghcr.io/cvele/hass-mongodb"
map:
config:
Expand Down

0 comments on commit b49cead

Please # to comment.