04-01-2020 01:00 PM
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 run configuration: Unable to connect to MongoDB at localhost:27017, please check your connection
Any ideas please.
04-02-2020 06:18 AM
You should use NUXEO_CUSTOM_PARAM=nuxeo.mongodb.server=mongodb://192.168.43.43
04-02-2020 06:18 AM
You should use NUXEO_CUSTOM_PARAM=nuxeo.mongodb.server=mongodb://192.168.43.43
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.