10 lines
250 B
YAML
10 lines
250 B
YAML
version: '3.7'
|
|
services:
|
|
mubeng:
|
|
build: .
|
|
container_name: mubeng
|
|
restart: always
|
|
ports:
|
|
- "8080:8080"
|
|
# command: '--check --address 0.0.0.0:8080 --rotate 1 --method random --file /mubeng/proxies.txt --watch --timeout 10s'
|