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'