proxy_scraper/docker-compose.yml

12 lines
279 B
YAML

version: '3.7'
services:
mubeng:
build: .
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'