fix: add GITEA__webhook__ALLOWED_HOST_LIST=private for auto-deploy

This commit is contained in:
Hermes
2026-06-06 17:15:41 +00:00
parent ab16b2a86e
commit 5d4b6bcd70

View File

@@ -1131,6 +1131,7 @@ services:
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000
- GITEA__webhook__ALLOWED_HOST_LIST=private
volumes: volumes:
- /docker/appdata/gitea:/data - /docker/appdata/gitea:/data
- /memex:/memex - /memex:/memex