1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-03 15:02:13 +02:00
dockerfiles/tinyproxy/docker-compose.yml

8 lines
131 B
YAML
Raw Normal View History

2016-11-05 21:31:25 +08:00
tinyproxy:
image: vimagick/tinyproxy
ports:
- "8888:8888"
2021-06-16 18:24:16 +08:00
volumes:
- ./data:/etc/tinyproxy
restart: unless-stopped