[ xray ] 优化clash节点的dns配置

This commit is contained in:
zeaslity
2024-04-26 16:25:40 +08:00
parent 4c0c54eacc
commit 97cadb9b7a
7 changed files with 84 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
# https://hub.docker.com/r/bitnami/gitea
version: '2'
services:
postgresql:
@@ -23,6 +25,10 @@ services:
- GITEA_ADMIN_EMAIL=wdd@107421.xyz
- GITEA_HTTP_PORT=3000
- GITEA_SSH_LISTEN_PORT=22222
- GITEA_APP_NAME=Gitea-闲下来就喝杯茶吧
- GITEA_DOMAIN=192.168.35.70
- GITEA_PROTOCOL=http
- GITEA_RUN_MODE=prod
ports:
- '3000:3000'
- '22222:22222'