mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
11 lines
291 B
YAML
11 lines
291 B
YAML
services:
|
|
monibuca:
|
|
build:
|
|
dockerfile: ./Dockerfile
|
|
image: monibuca:v4
|
|
restart: unless-stopped
|
|
#please use host mode as expose large number of ports will cause docker extremely slow
|
|
network_mode: host
|
|
volumes:
|
|
- ${PWD}/config.yaml:/monibuca/config.yaml
|