1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/polipo/docker-compose.yml
2015-07-13 22:55:21 +08:00

7 lines
123 B
YAML

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