Update gitea to 1.20.0
This commit is contained in:
parent
a406e72ab2
commit
d91ad7c517
2 changed files with 2 additions and 3 deletions
|
@ -88,7 +88,6 @@ ITEM_TTL = 48h
|
|||
[other]
|
||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
||||
SHOW_FOOTER_VERSION = false
|
||||
SHOW_FOOTER_BRANDING=false
|
||||
|
||||
[mirror]
|
||||
DEFAULT_INTERVAL = 1h
|
||||
|
@ -108,7 +107,7 @@ ENABLED = true
|
|||
|
||||
[actions]
|
||||
ENABLED = true
|
||||
DEFAULT_ACTIONS_URL = https://github.com
|
||||
DEFAULT_ACTIONS_URL = github
|
||||
|
||||
[migrations]
|
||||
ALLOW_LOCALNETWORKS = true
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "2.3"
|
|||
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:1.19.4-rootless
|
||||
image: gitea/gitea:1.20.0-rootless
|
||||
user: "{{ docker_user.id }}:{{ docker_user.id }}"
|
||||
environment:
|
||||
- TZ={{ timezone }}
|
||||
|
|
Loading…
Reference in a new issue