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
I am ussing mongodb hostname in docker container with MONGODB_URL=mongodb://mongodb:27017,mongodb:27018,mongodb:27019/test?replicaSet=rs connection string for tests, but I can't connect to it after 0.7.0 run-rs release.
I use the command to run docker image:
CMD ["run-rs", "--host", "mongodb", "--mongod"]
It works fine when I use RUN npm install run-rs@0.6.2 --unsafe-perm -g
How should I connect to it?
The text was updated successfully, but these errors were encountered:
Hello there,
I am ussing
mongodb
hostname in docker container withMONGODB_URL=mongodb://mongodb:27017,mongodb:27018,mongodb:27019/test?replicaSet=rs
connection string for tests, but I can't connect to it after 0.7.0 run-rs release.I use the command to run docker image:
It works fine when I use
RUN npm install run-rs@0.6.2 --unsafe-perm -g
How should I connect to it?
The text was updated successfully, but these errors were encountered: