Update to Forgejo 10
This commit is contained in:
parent
06743d8a11
commit
65cd162537
2 changed files with 3 additions and 1 deletions
|
@ -21,3 +21,5 @@ JWT_SECRET_URI = file:/run/secrets/forgejo-jwt-secret
|
|||
REPO_INDEXER_ENABLED = true
|
||||
[cron]
|
||||
ENABLED = true
|
||||
[service]
|
||||
ENABLE_INTERNAL_SIGNIN = false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Container]
|
||||
Image=codeberg.org/forgejo/forgejo:9-rootless
|
||||
Image=codeberg.org/forgejo/forgejo:10-rootless
|
||||
Network=nginx.network
|
||||
Volume=/var/lib/system-config/container-config/forgejo:/etc/gitea:z,ro
|
||||
Volume=systemd-forgejo:/var/lib/gitea:U,Z
|
||||
|
|
Loading…
Add table
Reference in a new issue