Browse Source

Fix identation typo in doc installation with Docker (#18233)

tags/v1.16.0-rc1
Andrey Esin 2 years ago
parent
commit
c0ed869e0f
No account linked to committer's email address

+ 3
- 3
docs/content/doc/installation/with-docker.en-us.md View File

@@ -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
+

+ 3
- 3
docs/content/doc/installation/with-docker.zh-cn.md View File

@@ -115,9 +115,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
+

Loading…
Cancel
Save