remove socks container

This commit is contained in:
2026-02-13 18:17:51 +01:00
parent e71907a1a1
commit a5710c5bc4

View File

@@ -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