From 979751e886d64b1be2b62b20ac79b930c0dfa6a2 Mon Sep 17 00:00:00 2001 From: luorijun Date: Thu, 11 Jun 2026 11:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=20gost=20=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..e512306 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,9 @@ +name: proxy-gost + +services: + gost: + image: gogost/gost + network_mode: host + command: > + -api test:test@:9700 + restart: unless-stopped