Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
forgefriends
Forgefriends
Commits
c0ed869e
Unverified
Commit
c0ed869e
authored
Jan 11, 2022
by
Andrey Esin
Committed by
GitHub
Jan 11, 2022
Browse files
Fix identation typo in doc installation with Docker (#18233)
parent
ed6757ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/content/doc/installation/with-docker.en-us.md
View file @
c0ed869e
...
...
@@ -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
+
...
...
docs/content/doc/installation/with-docker.zh-cn.md
View file @
c0ed869e
...
...
@@ -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
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment