diff --git a/compose.socks.yaml b/compose.socks.yaml deleted file mode 100644 index 16cad28..0000000 --- a/compose.socks.yaml +++ /dev/null @@ -1,13 +0,0 @@ -services: - socks: - container_name: socks - image: serjs/go-socks5-proxy:v0.0.4 - ports: - - 1081:1080 - network_mode: service:surfshark - restart: unless-stopped - healthcheck: - test: ["CMD-SHELL", "nc -z localhost 1080 || exit 1"] - interval: 30s - timeout: 5s - retries: 3