Skip to content

Commit 4c12a87

Browse files
authored
fix: use correct ports in SSH config (#33)
1 parent 2a13bca commit 4c12a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ssh/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
},
4242
sshReplicaSetSeedlist: {
4343
connectionString:
44-
'mongodb://mongodb-rs-ssh-1:28001,mongodb-rs-ssh-2:28001,mongodb-rs-ssh-3:28001/',
44+
'mongodb://mongodb-rs-ssh-1:28001,mongodb-rs-ssh-2:28002,mongodb-rs-ssh-3:28003/',
4545
sshTunnel: {
4646
host: 'localhost',
4747
port: 22222,

0 commit comments

Comments
 (0)