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