tor-privoxy. Switching to my image version with obfs4proxy added.

This commit is contained in:
Alexey Skobkin 2021-12-20 20:12:00 +03:00
parent f011f89fc7
commit 7182b384c2
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 3 additions and 2 deletions

View File

@ -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}"