Add OpenVidu restart script

pull/431/head
micaelgallego 2020-03-30 02:27:50 +02:00
parent bcea9e9af6
commit 90c84eb41a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
docker-compose down
docker-compose up -d
docker-compose logs -f openvidu-server