1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/polipo/docker-compose.yml

7 lines
123 B
YAML
Raw Normal View History

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