File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ $ cp docker-compose.template.yml docker-compose.yml
74
74
# Get official image from Docker Hub
75
75
$ docker pull mirotalk/bro:latest
76
76
# Run the image in a container
77
- $ docker compose up # -d
77
+ $ docker- compose up # -d
78
78
```
79
79
80
80
Server up and running
Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ Ensure `turnserver.conf` and `docker-compose.yml` are in the same directory.
45
45
Run:
46
46
47
47
` ` ` bash
48
- docker compose up -d
48
+ docker- compose up -d
49
49
` ` `
50
50
51
51
# ## 5. Check Logs (Optional)
52
52
53
53
Check logs to verify the server:
54
54
55
55
` ` ` bash
56
- docker compose logs -f < service-name>
56
+ docker- compose logs -f < service-name>
57
57
` ` `
58
58
59
59
---
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then
101
101
else
102
102
log " Build image from source"
103
103
104
- docker compose build
104
+ docker- compose build
105
105
106
106
107
107
log " Remove old and unused docker images"
@@ -111,7 +111,7 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then
111
111
112
112
log " Start containers"
113
113
114
- docker compose up # -d
114
+ docker- compose up # -d
115
115
else
116
116
log " Install dependencies"
117
117
You can’t perform that action at this time.
0 commit comments