mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
11 lines
190 B
YAML
11 lines
190 B
YAML
version: "3.8"
|
|
services:
|
|
wireproxy:
|
|
image: vimagick/wireproxy
|
|
ports:
|
|
- "1080:1080"
|
|
- "3128:3128"
|
|
volumes:
|
|
- ./data:/etc/wireproxy
|
|
restart: unless-stopped
|