Add Docker configuration files for Privoxy setup

This commit is contained in:
thuanle
2025-07-11 12:04:43 +07:00
parent f30a516581
commit 34bdc8b59b
3 changed files with 81 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
privoxy:
image: git.thuanle.me/public/privoxy-docker:latest
restart: unless-stopped
ports:
- "8118:8118"
volumes:
- ./config:/etc/privoxy