From bd7373c0d843e04dde7adbeea3074dbf95de061e Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Thu, 17 Oct 2024 16:22:30 +0000 Subject: [PATCH] Change internal ssh port for rootless image. (#895) Change internal ssh port for rootless image to 2222 as the rootless image has ssh running on port 2222. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/895 Reviewed-by: Gusted Reviewed-by: Earl Warren Co-authored-by: apoorv569 Co-committed-by: apoorv569 --- docs/admin/installation-docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/installation-docker.md b/docs/admin/installation-docker.md index 9a1aea86..77cdb4c4 100644 --- a/docs/admin/installation-docker.md +++ b/docs/admin/installation-docker.md @@ -303,7 +303,8 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "3000:3000" - - "222:22" +- - "222"22" ++ - "222:2222" ``` This will write the configuration into our created `conf` folder and all other data into the `data` folder.