mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
add default tinyproxy.conf
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
https://github.com/tinyproxy/tinyproxy
|
||||
|
||||
|
||||
```
|
||||
docker service create \
|
||||
--name tinyproxy \
|
||||
--publish mode=host,published=8888,target=8888 \
|
||||
--mount type=bind,source=/mnt/data/tinyproxy,target=/etc/tinyproxy \
|
||||
newnius/tinyproxy
|
||||
```
|
||||
|
||||
default conf:
|
||||
- [tinyconf.conf](tinyproxy.conf)
|
||||
|
||||
Reference in New Issue
Block a user