1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/polipo/docker-compose.yml
2016-08-30 11:42:12 +08:00

9 lines
161 B
YAML

polipo:
image: vimagick/polipo
command:
authCredentials=username:password
socksParentProxy=1.2.3.4:9050
ports:
- "8123:8123"
restart: always