Resolved! How to connect nuxeo docker container to mongodb
Hello, I try to run a nuxeo docker container with mongodb using the following command: docker run --name mynuxeo -p 8080:8080 -e NUXEO_DB_HOST="mongodb://192.168.43.43" -e NUXEO_DB_TYPE="mongodb" nuxeo This command return the next error: Could not ru...