[add] MVP
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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'
|
||||
Reference in New Issue
Block a user