1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/polipo/docker-compose.yml

12 lines
238 B
YAML
Raw Normal View History

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