remove socks container
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user