Skip to content

Commit

Permalink
docs: rootless docker ssh's default port is 2222 (#25771) (#25772)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
GiteaBot and leavesster authored Jul 9, 2023
1 parent 91daded commit 68a3961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "222:22"
- "2222:2222"
+ depends_on:
+ - db
+
Expand Down

0 comments on commit 68a3961

Please sign in to comment.