deployment enterprise: Add docker sock for restarts

pull/721/head
cruizba 2022-05-09 01:42:18 +02:00
parent f7d57e1c52
commit d652201ce8
1 changed files with 1 additions and 0 deletions

View File

@ -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