配置 gost 服务

This commit is contained in:
2026-06-11 11:31:02 +08:00
commit 979751e886

9
docker-compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
name: proxy-gost
services:
gost:
image: gogost/gost
network_mode: host
command: >
-api test:test@:9700
restart: unless-stopped