2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 19:44:58 +01:00

update privoxy

This commit is contained in:
kev
2023-08-28 16:52:02 +08:00
parent f2dc15cce9
commit 015ee01710
7 changed files with 2869 additions and 46 deletions

View File

@@ -1,8 +1,11 @@
privoxy:
image: vimagick/privoxy
ports:
- "8118:8118"
volumes:
- ./privoxy/user.action:/etc/privoxy/user.action
- ./privoxy/user.filter:/etc/privoxy/user.filter
restart: always
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