Bump nginx version. Restart nginx always

pull/678/head
cruizba 2021-12-16 17:36:38 +01:00
parent edfbe3104e
commit 46a6176432
2 changed files with 4 additions and 4 deletions

View File

@ -97,8 +97,8 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
nginx:
image: openvidu/openvidu-proxy:8.0.0-dev1
restart: on-failure
image: openvidu/openvidu-proxy:8.0.0-beta1
restart: always
network_mode: host
volumes:
- ./certificates:/etc/letsencrypt

View File

@ -88,8 +88,8 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
nginx:
image: openvidu/openvidu-proxy:8.0.0-dev1
restart: on-failure
image: openvidu/openvidu-proxy:8.0.0-beta1
restart: always
network_mode: host
volumes:
- ./certificates:/etc/letsencrypt