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 <11785335+leavesster@users.noreply.github.com>
pull/25782/head
Giteabot 1 year ago committed by GitHub
parent 91dadedddf
commit 68a3961bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/content/doc/installation/with-docker-rootless.en-us.md

@ -119,7 +119,7 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - "3000:3000"
- "222:22" - "2222:2222"
+ depends_on: + depends_on:
+ - db + - db
+ +

Loading…
Cancel
Save