2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 01:57:22 +01:00

add docker-stack.yml for polipo

This commit is contained in:
kev
2020-04-22 16:14:25 +08:00
parent 3deb43b51b
commit 096e939b78
6 changed files with 116 additions and 24 deletions

View File

@@ -1,8 +1,10 @@
polipo:
image: vimagick/polipo
command:
authCredentials=username:password
socksParentProxy=1.2.3.4:9050
ports:
- "8123:8123"
restart: always
version: "3.8"
services:
polipo:
image: vimagick/polipo
command:
authCredentials=username:password
socksParentProxy=1.2.3.4:9050
ports:
- "8123:8123"
restart: unless-stopped