mirror of https://github.com/OpenVidu/openvidu.git
Restart policy of replication-manager set to always
parent
f2582aa7ce
commit
0225c09b64
|
@ -56,7 +56,7 @@ services:
|
||||||
|
|
||||||
replication-manager:
|
replication-manager:
|
||||||
image: openvidu/replication-manager:1.0.0-dev5
|
image: openvidu/replication-manager:1.0.0-dev5
|
||||||
restart: on-failure
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- SERVER_PORT=4443
|
- SERVER_PORT=4443
|
||||||
|
|
Loading…
Reference in New Issue