You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
285 B

version: '2'
services:
3proxy:
image: timkolotov/3proxy-docker
container_name: 3proxy
restart: always
environment:
- HTTP_PORT=8080
- SOCKS_PORT=1080
volumes:
- ./passwd:/etc/3proxy/passwd:ro
ports:
- "1080:1080"
- "3128:8080"