diff options
author | Andrey Esin <gmlastik@gmail.com> | 2022-01-11 14:33:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 19:33:42 +0800 |
commit | c0ed869e0f440e5d18c101fccbb4ff5516aaa13b (patch) | |
tree | 5b9cc0f60b918c70f5faeed81f0246cb7f569cf7 /docs/content/doc/installation/with-docker.en-us.md | |
parent | ed6757ecdc01bd64a60a8a837f753a4f789def72 (diff) | |
download | gitea-c0ed869e0f440e5d18c101fccbb4ff5516aaa13b.tar.gz gitea-c0ed869e0f440e5d18c101fccbb4ff5516aaa13b.zip |
Fix identation typo in doc installation with Docker (#18233)
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r-- | docs/content/doc/installation/with-docker.en-us.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md index 1d44c5881d..43a262c593 100644 --- a/docs/content/doc/installation/with-docker.en-us.md +++ b/docs/content/doc/installation/with-docker.en-us.md @@ -129,9 +129,9 @@ services: - ./gitea:/data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - ports: - - "3000:3000" - - "222:22" + ports: + - "3000:3000" + - "222:22" + depends_on: + - db + |