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

7 lines
123 B
YAML
Raw Normal View History

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