1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/polipo/docker-compose.yml

12 lines
238 B
YAML
Raw Normal View History

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