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
|
||||
volumes:
|
||||
- ./:/opt/openvidu
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- SERVER_PORT=4443
|
||||
- SERVER_SSL_ENABLED=false
|
||||
|
|
Loading…
Reference in New Issue