mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 19:44:58 +01:00
update privoxy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user