fix: Allow access to network for GitHub mirroring

This commit is contained in:
2026-01-06 10:09:16 +01:00
parent ba5726eaf9
commit f5ee001ccc

View File

@@ -39,6 +39,8 @@ services:
networks: networks:
- gitea - gitea
- proxy_home - proxy_home
# To enable GitHub mirroring
- default
volumes: volumes:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro