1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/tinyproxy/docker-compose.yml

10 lines
170 B
YAML
Raw Normal View History

2021-11-30 07:46:01 +00:00
version: "3.8"
services:
tinyproxy:
image: vimagick/tinyproxy
ports:
- "8888:8888"
volumes:
- ./data:/etc/tinyproxy
restart: unless-stopped