You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: