mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
16 lines
353 B
YAML
16 lines
353 B
YAML
services:
|
|
monibuca:
|
|
build:
|
|
dockerfile: ./Dockerfile
|
|
image: monibuca:v4
|
|
container_name: monibuca
|
|
restart: unless-stopped
|
|
ports:
|
|
- "5060:5060/udp"
|
|
- "58200-59200:58200-59200/udp"
|
|
- "8000-9000:8000-9000/udp"
|
|
- "554:554"
|
|
- "1935:1935"
|
|
- "8000-9000:8000-9000"
|
|
- "58200-59200:58200-59200"
|