mirror of https://github.com/OpenVidu/openvidu.git
Bump nginx version. Restart nginx always
parent
edfbe3104e
commit
46a6176432
|
@ -97,8 +97,8 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: openvidu/openvidu-proxy:8.0.0-dev1
|
image: openvidu/openvidu-proxy:8.0.0-beta1
|
||||||
restart: on-failure
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./certificates:/etc/letsencrypt
|
- ./certificates:/etc/letsencrypt
|
||||||
|
|
|
@ -88,8 +88,8 @@ services:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: openvidu/openvidu-proxy:8.0.0-dev1
|
image: openvidu/openvidu-proxy:8.0.0-beta1
|
||||||
restart: on-failure
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./certificates:/etc/letsencrypt
|
- ./certificates:/etc/letsencrypt
|
||||||
|
|
Loading…
Reference in New Issue