tor-privoxy. Switching to my image version with obfs4proxy added.
This commit is contained in:
parent
f011f89fc7
commit
7182b384c2
|
@ -3,7 +3,8 @@ version: '3.7'
|
|||
services:
|
||||
tor-privoxy:
|
||||
# https://hub.docker.com/r/dperson/torproxy
|
||||
image: dperson/torproxy:latest
|
||||
# Temporary using my own image with obfs4 support until it hits upstream
|
||||
image: registry.gitlab.com/skobkin/torproxy-obfs4
|
||||
container_name: tor-privoxy
|
||||
ports:
|
||||
- "8118:8118/tcp"
|
||||
|
@ -16,4 +17,4 @@ services:
|
|||
driver: "json-file"
|
||||
options:
|
||||
max-size: "${LOG_MAX_SIZE:-5m}"
|
||||
max-file: "${LOG_MAX_FILE:-5}"
|
||||
max-file: "${LOG_MAX_FILE:-5}"
|
||||
|
|
Loading…
Reference in a new issue