removed user and pass for socks proxy

This commit is contained in:
2024-12-21 19:35:07 -06:00
parent 95514d8840
commit 42cf3e2102
2 changed files with 2 additions and 4 deletions

View File

@@ -13,5 +13,3 @@ TZ=America/Chicago
BACKUP_DIR=/mnt/backups
MEDIA_DIR=/mnt/media
STORAGE_DIR=/mnt/storage
PROXY_USER=akanealw
PROXY_PASSWORD=8ung1e1!

View File

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