Merge pull request #1603 from GoliathLabs/nginx-proxy

Updated: nginx to 1.21.6-alpine
This commit is contained in:
Slavi Pantaleev 2022-02-05 12:10:41 +02:00 committed by GitHub
commit a66f5d35d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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