mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
11 lines
210 B
YAML
11 lines
210 B
YAML
version: "3.8"
|
|
services:
|
|
polipo:
|
|
image: vimagick/polipo
|
|
command:
|
|
authCredentials=username:password
|
|
socksParentProxy=1.2.3.4:9050
|
|
ports:
|
|
- "8123:8123"
|
|
restart: unless-stopped
|