Hi,
I try to use the existing mongo server by specifying the environmental variable in the docker run command: -e MONGO_URL=mongodb://4min:pwd@remoteserver:27017/4minutes. The server is running but I get the following message on the page: Error Unfortunately the minute is not linked to its parent series correctly - please contact your system administrator.
I checked with my remote mongo server and nothing were inserted there. And I also found all the collections are inserted under database admin. Can I use another database instead of admin locally? Is it possible to use the remote mongo server?
Hi,
I try to use the existing mongo server by specifying the environmental variable in the docker run command: -e MONGO_URL=mongodb://4min:pwd@remoteserver:27017/4minutes. The server is running but I get the following message on the page: Error Unfortunately the minute is not linked to its parent series correctly - please contact your system administrator.
I checked with my remote mongo server and nothing were inserted there. And I also found all the collections are inserted under database admin. Can I use another database instead of admin locally? Is it possible to use the remote mongo server?