diff options
author | leavesster <11785335+leavesster@users.noreply.github.com> | 2023-07-08 23:38:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 11:38:35 -0400 |
commit | 52b3052757d6eb3169503a9407bc02c9766a66aa (patch) | |
tree | dc51db578d2bd71f874b94df5d34260e1a2ad2d1 /docs | |
parent | 2ff0c12a95d52ef97286b5bce681a0c33263cd1b (diff) | |
download | gitea-52b3052757d6eb3169503a9407bc02c9766a66aa.tar.gz gitea-52b3052757d6eb3169503a9407bc02c9766a66aa.zip |
docs: rootless docker ssh's default port is 2222 (#25771)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/with-docker-rootless.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker-rootless.en-us.md b/docs/content/doc/installation/with-docker-rootless.en-us.md index b8c76438f9..b8b40fcbd7 100644 --- a/docs/content/doc/installation/with-docker-rootless.en-us.md +++ b/docs/content/doc/installation/with-docker-rootless.en-us.md @@ -119,7 +119,7 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "3000:3000" - - "222:22" + - "2222:2222" + depends_on: + - db + |