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

12 lines
282 B
YAML
Raw Normal View History

2023-08-28 10:52:02 +02:00
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