Mongoku icon indicating copy to clipboard operation
Mongoku copied to clipboard

Docker - ConnectionString after restart not correct

Open AlexAndBear opened this issue 6 years ago • 0 comments

When we use Mongoku in docker, we add connection string like 'mongoku:27101'. Mongoku seems to resolve the ip of the host and replace it in the connection string.

As we restart our docker, it will retrieve a new internal docker ip, so the connection string is invalid, I would suggest, to resolve the ip while connecting and not by replacing the connction string

AlexAndBear avatar Oct 22 '19 14:10 AlexAndBear