Add a basic SOCKS proxy

This commit is contained in:
Jake Howard
2020-05-05 21:55:14 +01:00
parent bc545b742a
commit 54ec7f2332
4 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,12 @@
version: "2.3"
services:
3proxy:
image: riftbit/3proxy:latest
container_name: 3proxy
restart: unless-stopped
ports:
- 1080:1080
environment:
- PROXY_LOGIN={{ socks_username }}
- PROXY_PASSWORD={{ socks_password }}