mirror of https://github.com/OpenVidu/openvidu.git
deployment enterprise: Add docker sock for restarts
parent
f7d57e1c52
commit
d652201ce8
|
@ -64,6 +64,7 @@ services:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/opt/openvidu
|
- ./:/opt/openvidu
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- SERVER_PORT=4443
|
- SERVER_PORT=4443
|
||||||
- SERVER_SSL_ENABLED=false
|
- SERVER_SSL_ENABLED=false
|
||||||
|
|
Loading…
Reference in New Issue