Laurent Goderre
Laurent Goderre
I have tried all of the different combination and they all work. If all you want is to expose the db externally with a different port, you don't need to...
Is your `mongod.conf` really on your host at `/data/mongod.conf`?
I am unable to reproduce this locally
Is it possible you have some dangling volumes? Can you do a `docker-compose down -v` to clear any existing volumes that may be holding to old values?
Using the following fixes the issue but I don't understand why it is required ```psql ALTER FUNCTION ll_to_earth SET search_path = public; ALTER FUNCTION earth_distance SET search_path = public; ```...
I believe a recent change in the extension might have caused this: https://github.com/postgres/postgres/commit/969bbd0fafc0f4d9ef504ca98a127c8d945f71a0 /cc @tglsfdc
This might have to do with your network. I can't reproduce locally.
Docker 17 is very old. I would recommend updating that first to see if that helps
It's not the image but the docker engine itself