Skip to content

Commit 68a3961

Browse files
GiteaBotleavesster
andauthored
docs: rootless docker ssh's default port is 2222 (#25771) (#25772)
Backport #25771 by @leavesster --- according `docker/rootless/usr/local/bin/docker-setup.sh` , in rootless docker setup, ssh port is 2222. and mysql database case should port same as PostgreSQL port Co-authored-by: leavesster <[email protected]>
1 parent 91daded commit 68a3961

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

Lines changed: 1 addition & 1 deletion
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)