1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/polipo/docker-compose.yml

7 lines
144 B
YAML
Raw Normal View History

2015-07-13 14:33:05 +00:00
polipo:
image: vimagick/polipo
2015-07-13 14:49:46 +00:00
command: proxyAddress=0.0.0.0 authCredentials=username:password
2015-07-13 14:33:05 +00:00
ports:
- "8123:8123"
restart: always