使用标准 https 端口 & 映射日志到本机

This commit is contained in:
2026-06-11 17:37:43 +08:00
parent 341ac2f9a3
commit c80b1888d8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
https://43.226.59.241:9800 {
tls internal
proxy1.lanhuip.com {
reverse_proxy localhost:9700
}

View File

@@ -6,6 +6,7 @@ services:
network_mode: host
volumes:
- ./gost/gost.yaml:/etc/gost/gost.yaml
- ./gost/logs:/var/log/gost
command: >
-api $GOST_USERNAME:$GOST_PASSWORD@:9700
restart: unless-stopped