Skip to content

3.6: When using --auth mongod binds to localhost only #222

Closed
@acuntex

Description

@acuntex

The following command does not use "--bind_ip_all" thus binding to localhost and making it impossible to use the mongodb server.

docker run -d --restart=always --name mongo -v mongo:/data/db -p 27017:27017 mongo:3.6 --auth

Further Infos: I tried to upgrade a 3.4 instance to 3.6. (Same run command but with a different version)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions