tor-privoxy. Configuration added.
This commit is contained in:
parent
0b59aed8ce
commit
69e86385db
17
tor-privoxy/docker-compose.yml
Normal file
17
tor-privoxy/docker-compose.yml
Normal 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}"
|
Loading…
Reference in a new issue