lots of stuff had been added
This commit is contained in:
parent
28420e86dd
commit
814900b72e
16 changed files with 257 additions and 0 deletions
16
broadcast/docker-compose.yml
Normal file
16
broadcast/docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
mc:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- broadcast:latest
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
ports:
|
||||
- "4445:4445"
|
||||
network_mode: host
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue