Skip to content

Commit 2dfab88

Browse files
committed
docs: be explicit about the SSH passthrough shell wrapper being on the host
1 parent 9c413c2 commit 2dfab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Since SSH is running inside the container, SSH needs to be passed through from t
291291

292292
This guide assumes that you have created a user on the host called `git` with permission to run `docker exec`, and that the gitea container is called `gitea`. You will need to modify that user's shell to forward the commands to the `sh` executable inside the container, using `docker exec`.
293293

294-
First, create the file `/usr/local/bin/gitea-shell` with the following contents:
294+
First, create the file `/usr/local/bin/gitea-shell` on the host, with the following contents:
295295

296296
```bash
297297
#!/bin/sh

0 commit comments

Comments
 (0)