Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avin/3proxy-docker

Docker container for using 3proxy
https://github.com/avin/3proxy-docker

Last synced: 1 day ago
JSON representation

Docker container for using 3proxy

Awesome Lists containing this project

README

        

About
=========

It's docker created for fast run 3proxy anonymous instance with basic config.

Usage
=========

#### Simple:
```sh
docker run -d --name='3proxy' -P carcinogen75/3proxy
```
#### Advance:
Use custom 3proxy.cfg and port (place your custom 3proxy.cfg at ~/3proxy_cfg_local_folder)
```sh
docker run -d --name='3proxy' -v ~/3proxy_cfg_local_folder:/etc/3proxy -p 40123:8080 carcinogen75/3proxy
```