Skip to content

Commit 52b3052

Browse files
authored
docs: rootless docker ssh's default port is 2222 (#25771)
1 parent 2ff0c12 commit 52b3052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/installation/with-docker-rootless.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
- /etc/localtime:/etc/localtime:ro
120120
ports:
121121
- "3000:3000"
122-
- "222:22"
122+
- "2222:2222"
123123
+ depends_on:
124124
+ - db
125125
+

0 commit comments

Comments
 (0)