Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avin/3proxy-docker
- Owner: avin
- Created: 2014-12-03T10:47:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T06:30:52.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T16:31:47.515Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```