1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

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

This commit is contained in:
Andrey Esin
2022-01-11 14:33:42 +03:00
committed by GitHub
parent ed6757ecdc
commit c0ed869e0f
2 changed files with 6 additions and 6 deletions

View File

@@ -129,9 +129,9 @@ services:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - "3000:3000"
- "222:22" - "222:22"
+ depends_on: + depends_on:
+ - db + - db
+ +

View File

@@ -115,9 +115,9 @@ services:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - "3000:3000"
- "222:22" - "222:22"
+ depends_on: + depends_on:
+ - db + - db
+ +