1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/polipo/docker-compose.yml

9 lines
161 B
YAML
Raw Normal View History

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