1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-07-13 22:55:21 +08:00
parent 0683734a47
commit 60c149fdef

@ -1,6 +1,6 @@
polipo:
image: vimagick/polipo
command: proxyAddress=0.0.0.0 authCredentials=username:password
command: authCredentials=username:password
ports:
- "8123:8123"
restart: always