1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-23 12:00:59 +02:00
Mészáros Mihály df1af68ef7
Merge pull request #516 from raghumuppa/patch-1
Update docker-compose-all.yml
2020-04-28 09:58:40 +02:00
..
2018-10-23 07:44:03 +02:00
2018-10-23 07:44:03 +02:00
2018-10-23 07:44:03 +02:00
2018-10-23 07:44:03 +02:00
2018-10-23 07:44:03 +02:00
2020-04-06 01:48:53 +08:00

Before you begin
 * copy db schema run ./cp-schema.sh
 * edit turnserver/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