1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-30 09:16:58 +02: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