1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-10 21:52:20 +02:00

Merge pull request #1264 from sakkiii/patch-5

nginx update v1.21.2
This commit is contained in:
Slavi Pantaleev
2021-09-03 08:42:42 +03:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
matrix_nginx_proxy_enabled: true matrix_nginx_proxy_enabled: true
matrix_nginx_proxy_version: 1.21.1-alpine matrix_nginx_proxy_version: 1.21.2-alpine
# We use an official nginx image, which we fix-up to run unprivileged. # We use an official nginx image, which we fix-up to run unprivileged.
# An alternative would be an `nginxinc/nginx-unprivileged` image, but # An alternative would be an `nginxinc/nginx-unprivileged` image, but