Edward Chan

Results 3 comments of Edward Chan

I'm using Compose as well, didn't find a solution yet.

It works with compose. Looks like I forgot to specify the dbname! --only-db [dbname]

@AndrewBarba Perhaps you forgot to specify the the DB after the port? mosql --mongo mongodb://$USER:$PASSWORD@$HOST:$PORT/$DB?replicaSet=set-$REPLICA&readPreference=secondary --only-db $DB Btw, you should include both addresses in the replicaset uri, since you don't...