mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
9 lines
220 B
Markdown
9 lines
220 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
|