summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
diff options
context:
space:
mode:
authorAndrey Esin <gmlastik@gmail.com>2022-01-11 14:33:42 +0300
committerGitHub <noreply@github.com>2022-01-11 19:33:42 +0800
commitc0ed869e0f440e5d18c101fccbb4ff5516aaa13b (patch)
tree5b9cc0f60b918c70f5faeed81f0246cb7f569cf7 /docs/content/doc/installation/with-docker.en-us.md
parented6757ecdc01bd64a60a8a837f753a4f789def72 (diff)
downloadgitea-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.md6
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
+