diff options
Diffstat (limited to 'docs/content/doc/installation')
-rw-r--r-- | docs/content/doc/installation/with-docker.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md index dca42c8a94..1d44c5881d 100644 --- a/docs/content/doc/installation/with-docker.en-us.md +++ b/docs/content/doc/installation/with-docker.en-us.md @@ -337,7 +337,7 @@ In the next step a file named `/app/gitea/gitea` (with executable permissions) n ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@" ``` -Here you should also make sure that you've set the permisson of `/app/gitea/gitea` correctly: +Here you should also make sure that you've set the permission of `/app/gitea/gitea` correctly: ```bash sudo chmod +x /app/gitea/gitea |