2020-04-22 10:14:25 +02:00
|
|
|
version: "3.8"
|
|
|
|
services:
|
|
|
|
polipo:
|
|
|
|
image: vimagick/polipo
|
|
|
|
command:
|
|
|
|
authCredentials=username:password
|
|
|
|
socksParentProxy=1.2.3.4:9050
|
2020-09-09 09:01:34 +02:00
|
|
|
dnsNameServer=8.8.8.8
|
2020-04-22 10:14:25 +02:00
|
|
|
ports:
|
|
|
|
- "8123:8123"
|
|
|
|
restart: unless-stopped
|