Skip to content

Commit

Permalink
fix: use correct ports in SSH config
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Aug 26, 2024
1 parent 2a13bca commit c469996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ssh/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
},
sshReplicaSetSeedlist: {
connectionString:
'mongodb://mongodb-rs-ssh-1:28001,mongodb-rs-ssh-2:28001,mongodb-rs-ssh-3:28001/',
'mongodb://mongodb-rs-ssh-1:28001,mongodb-rs-ssh-2:28002,mongodb-rs-ssh-3:28003/',
sshTunnel: {
host: 'localhost',
port: 22222,
Expand Down

0 comments on commit c469996

Please sign in to comment.