[add] MVP

This commit is contained in:
2022-09-16 15:35:23 -06:00
commit dc0f8dccaa
6 changed files with 44 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.7'
services:
mubeng:
image: kitabisa/mubeng:v0.10.0
container_name: mubeng
restart: always
ports:
- "8080:8080"
volumes:
- .:/mubeng
command: '--check --address 0.0.0.0:8080 --rotate 1 --method random --file /mubeng/proxies.txt --watch --timeout 10s'