1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/mubeng/docker-compose.yml
2024-09-24 13:49:01 +08:00

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