Giter Club home page Giter Club logo

Comments (8)

mengkaibulusili avatar mengkaibulusili commented on September 22, 2024 2

i think This project is better to use and better to look than mongo-express

from nosqlclient.

rsercano avatar rsercano commented on September 22, 2024

Hi @mengkaibulusili I'm really confused, what VCAP_APP_HOST is doing actually?

from nosqlclient.

mengkaibulusili avatar mengkaibulusili commented on September 22, 2024

in other mongo-express , it listen ip4 default. you can set VCAP_APP_HOST="::" to enable ip6.
in this project , how to open ip6 by set some-one env.

from nosqlclient.

mengkaibulusili avatar mengkaibulusili commented on September 22, 2024

@rsercano thank you, answer me so quick

from nosqlclient.

rsercano avatar rsercano commented on September 22, 2024

No worries @mengkaibulusili try below:

BIND_IP="::"

If it doesn't work try without quotes or with single quotes.

from nosqlclient.

mengkaibulusili avatar mengkaibulusili commented on September 22, 2024

let me try @rsercano , thanks again

from nosqlclient.

mengkaibulusili avatar mengkaibulusili commented on September 22, 2024

it work! thansyou @rsercano
my full cmd like this. i like fellow
docker run -it --net=mynet --ip=172.30.10.12 -p 36000:3000 -e BIND_IP="::" -e MONGO_URL="mongodb://172.30.10.10:27017" -v mongoclientdata:/data/db --name=mongoclient1 --restart=always mongoclient/mongoclient

from nosqlclient.

rsercano avatar rsercano commented on September 22, 2024

I'm glad your issue is resolved @mengkaibulusili 👍

from nosqlclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.