mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 00:21:56 +00:00
13 lines
278 B
Markdown
13 lines
278 B
Markdown
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)
|