mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
12 lines
238 B
YAML
12 lines
238 B
YAML
version: "3.8"
|
|
services:
|
|
polipo:
|
|
image: vimagick/polipo
|
|
command:
|
|
authCredentials=username:password
|
|
socksParentProxy=1.2.3.4:9050
|
|
dnsNameServer=8.8.8.8
|
|
ports:
|
|
- "8123:8123"
|
|
restart: unless-stopped
|