tor-privoxy. Configuration added.

This commit is contained in:
Alexey Eschenko 2021-12-16 21:12:38 +00:00
parent 0b59aed8ce
commit 69e86385db
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
version: '3.7'
services:
tor-privoxy:
# https://hub.docker.com/r/dperson/torproxy
image: dperson/torproxy:latest
container_name: tor-privoxy
ports:
- "8118:8118/tcp"
- "9050:9050/tcp"
#env_file: .env
restart: unless-stopped
logging:
driver: "json-file"
options:
max-size: "${LOG_MAX_SIZE:-5m}"
max-file: "${LOG_MAX_FILE:-5}"