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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user