mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -04:00
change mounted volumes
This commit is contained in:
parent
5c77cdd34c
commit
0df23941d7
1 changed files with 4 additions and 6 deletions
|
@ -22,8 +22,6 @@ services:
|
|||
network_mode: "host"
|
||||
volumes:
|
||||
- ./turnserver.conf:/etc/coturn/turnserver.conf
|
||||
- ./letsencrypt/:/etc/letsencrypt/
|
||||
- ./dhparams.pem:/etc/dhparam.pem
|
||||
- ./ssl/:/etc/coturn/ssl/
|
||||
# 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!!!
|
||||
# create dhparams.pem with `openssl dhparam -out ssl/dhparams.pem 4096` it takes a very long time!!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue