- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2020 06:18 AM
You should use NUXEO_CUSTOM_PARAM=nuxeo.mongodb.server=mongodb://192.168.43.43
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2020 06:18 AM
You should use NUXEO_CUSTOM_PARAM=nuxeo.mongodb.server=mongodb://192.168.43.43
