1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/tinyproxy/docker-compose.yml

10 lines
170 B
YAML
Raw Normal View History

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