aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-11-28 07:12:22 +0100
committerGitHub <noreply@github.com>2020-11-28 01:12:22 -0500
commite7b47c521523099826f42b166f7b562741c07834 (patch)
tree11915204151e179a47c33dc300ec727cc93fada4 /docs/content/doc/installation/with-docker.en-us.md
parent742e21aeba5c02935269a2a3681f4486019ce542 (diff)
downloadgitea-e7b47c521523099826f42b166f7b562741c07834.tar.gz
gitea-e7b47c521523099826f42b166f7b562741c07834.zip
Format files (#13698)
* align "make help" * format * untouch build/generate-svg.js * untouch .eslintrc * combine editorconfig's * rm editorconfig Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
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 7a9e3cde77..4d0f35a001 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -306,7 +306,7 @@ container if you wish to use SSH support. If you wish to do this without running
SSH on a non-standard port (or move your host port to a non-standard port), you can forward
SSH connections destined for the container with a little extra setup.
-This guide assumes that you have created a user on the host called `git` which shares the same
+This guide assumes that you have created a user on the host called `git` which shares the same
UID/GID as the container values `USER_UID`/`USER_GID`. You should also create the directory
`/var/lib/gitea` on the host, owned by the `git` user and mounted in the container, e.g.