1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
dockerfiles/polipo/docker-compose.yml

9 lines
161 B
YAML
Raw Normal View History

2015-07-13 16:33:05 +02:00
polipo:
image: vimagick/polipo
2016-08-30 05:42:12 +02:00
command:
authCredentials=username:password
socksParentProxy=1.2.3.4:9050
2015-07-13 16:33:05 +02:00
ports:
- "8123:8123"
restart: always