fix: Gitea webhook allowed_host_list fuer interne Docker-Kommunikation

This commit is contained in:
2026-03-31 07:36:48 +00:00
parent c2fa8cccb0
commit 635b709a89
+1
View File
@@ -11,6 +11,7 @@ services:
- GITEA__server__DOMAIN=git.kaleschke.info
- GITEA__server__ROOT_URL=https://git.kaleschke.info/
- GITEA__database__DB_TYPE=sqlite3
- GITEA__webhook__ALLOWED_HOST_LIST=*
volumes:
- /mnt/user/services/gitea/data:/data
ports: