remove logs-dir and add dhparam
This commit is contained in:
parent
05110af056
commit
be6cc004c5
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ services:
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- ./turnserver.conf:/etc/coturn/turnserver.conf
|
- ./turnserver.conf:/etc/coturn/turnserver.conf
|
||||||
- ./logs/:/var/log/
|
|
||||||
- ./letsencrypt/:/etc/letsencrypt/
|
- ./letsencrypt/:/etc/letsencrypt/
|
||||||
|
- ./dhparams.pem:/etc/dhparam.pem
|
||||||
#you need to copy turnserver_example.conf to turnserver.conf and specify domain, IP address, user and password
|
#you need to copy turnserver_example.conf to turnserver.conf and specify domain, IP address, user and password
|
||||||
|
# create dhparams.pem with `openssl dhparam -out dhparams.pem 4096` it
|
||||||
|
# takes a very long time!!!
|
||||||
|
|
Loading…
Reference in a new issue