mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
197 B
YAML
9 lines
197 B
YAML
|
privoxy:
|
||
|
image: vimagick/privoxy
|
||
|
ports:
|
||
|
- "8118:8118"
|
||
|
volumes:
|
||
|
- ./privoxy/user.action:/etc/privoxy/user.action
|
||
|
- ./privoxy/user.filter:/etc/privoxy/user.filter
|
||
|
restart: always
|