[GITEA] Add env var to fix gpg issue
* https://docs.gitea.io/en-us/signing/#signing_key. Read «Since 1.17...»
This commit is contained in:
parent
5ea022c59a
commit
fd739e7869
@ -23,6 +23,7 @@ services:
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- GNUPGHOME=/var/lib/gitea/git/.gnupg
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
|
Loading…
Reference in New Issue
Block a user