1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/privoxy/docker-compose.yml
2023-08-28 16:52:11 +08:00

12 lines
282 B
YAML

version: "3.8"
services:
privoxy:
image: vimagick/privoxy
ports:
- "8118:8118"
volumes:
- ./data/config:/etc/privoxy/config
- ./data/user.action:/etc/privoxy/user.action
- ./data/user.filter:/etc/privoxy/user.filter
restart: unless-stopped