Skip to content

Commit 73f5183

Browse files
authored
Update docs/content/doc/installation/with-docker.en-us.md
1 parent d254ff8 commit 73f5183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/installation/with-docker.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ To set required TOKEN and SECRET values, consider using Gitea's built-in [genera
307307

308308
## SSH Container Passthrough
309309

310-
Since SSH is running inside the container, SSH needs to be passed through from the host to the container if SSH support is desired. One option would be to run the container SSH on a non-standard port (or moving the host port to a non-standard port). Another option which might be more straightforward is to forward SSH connections from the host to the container - that is, users of Gitea ssh to the Gitea user on the host and the host forwards those connections to the docker.
310+
Since SSH is running inside the container, SSH needs to be passed through from the host to the container if SSH support is desired. One option would be to run the container SSH on a non-standard port (or moving the host port to a non-standard port). Another option which might be more straightforward is for Gitea users to ssh to a Gitea user on the host which will then relay those connections to the docker.
311311

312312
To understand what needs to happen, you first need to understand what happens without passthrough. So we will try to explain this:
313313

0 commit comments

Comments
 (0)