Skip to content

Commit

Permalink
[bitnami/mongodb] add allow remote connection env
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sanbei101 authored Oct 9, 2024
1 parent d0c1f69 commit 4fe538c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ net:
enabled: true
pathPrefix: {{MONGODB_TMP_DIR}}
ipv6: {{MONGODB_DEFAULT_ENABLE_IPV6}}
bindIpAll: false
bindIpAll: {{ALLOW_REMOTE_CONNECTION}}
bindIp: 127.0.0.1

# replica set options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ mongodb_env_vars=(
MONGODB_EXTRA_PASSWORDS
MONGODB_EXTRA_DATABASES
ALLOW_EMPTY_PASSWORD
ALLOW_REMOTE_CONNECTION
MONGODB_REPLICA_SET_MODE
MONGODB_REPLICA_SET_NAME
MONGODB_REPLICA_SET_KEY
Expand Down

0 comments on commit 4fe538c

Please sign in to comment.