Jake Howard
fe5a5984c3
They're not needed for anything, and caused annoying weird issues when cycling containers
11 lines
228 B
YAML
11 lines
228 B
YAML
version: "2.3"
|
|
|
|
services:
|
|
3proxy:
|
|
image: riftbit/3proxy:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 1080:1080
|
|
environment:
|
|
- PROXY_LOGIN={{ socks_username }}
|
|
- PROXY_PASSWORD={{ socks_password }}
|