Dockerfiles/tinyproxy/README.md

13 lines
278 B
Markdown
Raw Permalink Normal View History

2017-06-13 06:19:22 +00:00
https://github.com/tinyproxy/tinyproxy
2017-06-13 06:29:15 +00:00
```
2017-06-13 06:19:22 +00:00
docker service create \
--name tinyproxy \
--publish mode=host,published=8888,target=8888 \
--mount type=bind,source=/mnt/data/tinyproxy,target=/etc/tinyproxy \
newnius/tinyproxy
2017-06-13 06:29:15 +00:00
```
default conf:
- [tinyconf.conf](tinyproxy.conf)