feat: Support for Gitea 22.1.3
This commit is contained in:
parent
671b7fc89c
commit
b0ec9b88af
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea.cn/gitea/gitea:1.21.11
|
image: commitgo/gitea-ee:22.1.3
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|
@ -11,7 +11,7 @@ additionalProperties:
|
||||||
shortDescZh: 新一代的代码托管平台
|
shortDescZh: 新一代的代码托管平台
|
||||||
shortDescEn: The next generation of code hosting platform
|
shortDescEn: The next generation of code hosting platform
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
recommend: 11
|
recommend: 11
|
||||||
website: https://gitea.io/
|
website: https://gitea.io/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue