Update docker-compose

pull/431/head
OscarSotoSanchez 2020-03-26 15:11:08 +01:00
parent f744056575
commit 974d87ea5c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ OPENVIDU_SECRET=MY_SECRET
DOMAIN_OR_PUBLIC_IP=openvidu.example.com DOMAIN_OR_PUBLIC_IP=openvidu.example.com
# Openvidu Folder Record used for save the openvidu recording videos. Change it # Openvidu Folder Record used for save the openvidu recording videos. Change it
with the folder you want to use from your host. # with the folder you want to use from your host.
OPENVIDU_RECORDING_FOLDER=/opt/recordings OPENVIDU_RECORDING_FOLDER=/opt/recordings
# Certificate type: # Certificate type:

View File

@ -25,7 +25,7 @@ services:
restart: on-failure restart: on-failure
network_mode: host network_mode: host
environment: environment:
- KMS_EXTERNAL_ADDRESS=${DOMAIN_OR_PUBLIC_IP} - KMS_EXTERNAL_ADDRESS=auto
redis-db: redis-db:
image: redis:5.0.7 image: redis:5.0.7