Fix Gitea external DNS for GitHub mirror

This commit is contained in:
2026-05-25 11:17:31 +02:00
parent 17fe8073bb
commit 84030956ac
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@ services:
- GITEA__webhook__ALLOWED_HOST_LIST=komodo-core,localhost,127.0.0.1,192.168.178.0/24
volumes:
- /mnt/user/services/gitea/data:/data
dns:
- 1.1.1.1
- 8.8.8.8
ports:
- "222:22"
networks: