1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/polipo/docker-compose.yml
2015-07-13 22:49:46 +08:00

7 lines
144 B
YAML

polipo:
image: vimagick/polipo
command: proxyAddress=0.0.0.0 authCredentials=username:password
ports:
- "8123:8123"
restart: always