mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
11 lines
215 B
YAML
11 lines
215 B
YAML
version: "3.8"
|
|
services:
|
|
mubeng:
|
|
image: ghcr.io/kitabisa/mubeng:v0.18.0
|
|
command: -a 0.0.0.0:3128 -f /data/proxy.txt
|
|
ports:
|
|
- "3128:3128"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|