removed user and pass for socks proxy
This commit is contained in:
@@ -71,8 +71,8 @@ services:
|
||||
container_name: socks5
|
||||
image: serjs/go-socks5-proxy
|
||||
environment:
|
||||
- PROXY_USER=${PROXY_USER}
|
||||
- PROXY_PASSWORD=${PROXY_PASSWORD}
|
||||
- PROXY_USER=
|
||||
- PROXY_PASSWORD=
|
||||
depends_on:
|
||||
gluetun:
|
||||
condition: service_started
|
||||
|
||||
Reference in New Issue
Block a user