Fixed the docker-compose restart

pull/437/head
OscarSotoSanchez 2020-04-16 11:53:32 +02:00
parent 2ed403cae5
commit 90e3eddfc3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ services:
redis:
image: redis:5.0.7
restart: on-failure
restart: always
network_mode: host
coturn: