Skip to content

Commit cd7cbb2

Browse files
committed
fix server/DOCKER.md
1 parent e4d6c64 commit cd7cbb2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

server/DOCKER.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The listening port for protoo WebSocket server.
4040

4141
* Optional
4242
* Valid values: port
43-
* Default: 4443
43+
* Default: "4443"
4444

4545
### `MEDIASOUP_LISTEN_IP`
4646

@@ -64,32 +64,32 @@ The min port for audio/video in mediasoup.
6464

6565
* Optional
6666
* Valid values: port
67-
* Default: 2000
67+
* Default: "2000"
6868

6969
### `MEDIASOUP_MAX_PORT`
7070

7171
The max port for audio/video in mediasoup.
7272

7373
* Optional
7474
* Valid values: port
75-
* Default: 2020
75+
* Default: "2020"
7676

7777
### `MEDIASOUP_USE_VALGRIND`
7878

7979
Flag to indicate whether valgrind is to be used.
8080

8181
* Optional
8282
* Valid values: bool
83-
* Default: false
83+
* Default: "false"
8484

8585
### `MEDIASOUP_VALGRIND_OPTIONS`
8686

87-
Valgrind options separated by '|' symbol.
87+
Valgrind command line options.
8888

8989
Example:
9090

91-
`"--leak-check=full|--track-fds=yes|--log-file=/storage/mediasoup_valgrind_`date +%s`.log"`
91+
`"--leak-check=full --track-fds=yes --log-file=/storage/mediasoup_valgrind_%p.log"`
9292

9393
* Optional
9494
* Valid values: Check `valgrind` manual
95-
* Default: Check docker/run.sh
95+
* Default: Check `docker/run.sh` file

0 commit comments

Comments
 (0)