1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/wireproxy/docker-compose.yml

11 lines
190 B
YAML
Raw Normal View History

2024-04-18 17:50:02 +08:00
version: "3.8"
services:
wireproxy:
image: vimagick/wireproxy
ports:
- "1080:1080"
- "3128:3128"
volumes:
- ./data:/etc/wireproxy
restart: unless-stopped