mirror of
https://github.com/coturn/coturn.git
synced 2025-11-03 00:10:59 +01:00
Fixes https://github.com/coturn/coturn/issues/1239 https to web ui freeze in browser if no_tls option used, because no tls stuff initialized. This PR add warning about this and comment aboute this in default config
Before you begin * copy db schema run ./cp-schema.sh * edit coturn/turnserver.conf according your db selection (mysql or postgresql or redis or mongodb) # start docker-compose -f docker-compose-all.yml up --build --detach # restart Notice: May restart needed for coturn container, if it could not access database yet, due initialization delay. docker restart docker_coturn_1 # stop docker-compose -f docker-compose-all.yml down # Or Stop with volume removal docker-compose down --volumes