mirror of
https://github.com/uditkarode/bml-proxy.git
synced 2025-04-30 14:35:45 +00:00
12 lines
219 B
YAML
12 lines
219 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
bmlapi-proxy:
|
|
build: .
|
|
image: bmlapi-proxy
|
|
ports:
|
|
- 3030:3030
|
|
environment:
|
|
- CURL_IMPERSONATE=chrome101
|
|
restart: always
|