-
Notifications
You must be signed in to change notification settings - Fork 650
Closed
Description
If I start mongod with ssl enabled, docker-entrypoint.sh will always fail.
on line 106 of docker-entrypoint.sh: if "${mongo[@]}" 'admin' --eval 'quit(0)' &> /dev/null; then
ssl options should be added to the mongo command if the server is started with ssl
e.g. add --ssl --sslAllowInvalidCertificates
if "${mongo[@]}" --ssl --sslAllowInvalidCertificates 'admin' --eval 'quit(0)' &> /dev/null; then
image mongo:3.4
Metadata
Metadata
Assignees
Labels
No labels