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]
|
[other]
|
||||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
|
||||||
SHOW_FOOTER_VERSION = false
|
SHOW_FOOTER_VERSION = false
|
||||||
SHOW_FOOTER_BRANDING=false
|
|
||||||
|
|
||||||
[mirror]
|
[mirror]
|
||||||
DEFAULT_INTERVAL = 1h
|
DEFAULT_INTERVAL = 1h
|
||||||
|
@ -108,7 +107,7 @@ ENABLED = true
|
||||||
|
|
||||||
[actions]
|
[actions]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
DEFAULT_ACTIONS_URL = https://github.com
|
DEFAULT_ACTIONS_URL = github
|
||||||
|
|
||||||
[migrations]
|
[migrations]
|
||||||
ALLOW_LOCALNETWORKS = true
|
ALLOW_LOCALNETWORKS = true
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.19.4-rootless
|
image: gitea/gitea:1.20.0-rootless
|
||||||
user: "{{ docker_user.id }}:{{ docker_user.id }}"
|
user: "{{ docker_user.id }}:{{ docker_user.id }}"
|
||||||
environment:
|
environment:
|
||||||
- TZ={{ timezone }}
|
- TZ={{ timezone }}
|
||||||
|
|
Loading…
Reference in a new issue