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

7 lines
144 B
YAML
Raw Normal View History

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