Merge pull request #9 from noizo/master
add docker-compose and .env files
This commit is contained in:
commit
76cd1a28e6
3
.env
Normal file
3
.env
Normal file
@ -0,0 +1,3 @@
|
||||
PROXY_USER=someuser
|
||||
PROXY_PASSWORD=somepass
|
||||
PROXY_PORT=1080
|
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
|
||||
socks5:
|
||||
restart: always
|
||||
image: serjs/go-socks5-proxy
|
||||
env_file: .env
|
||||
ports:
|
||||
- "1080:1080"
|
Loading…
Reference in New Issue
Block a user