mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-21 08:13:08 +00:00
Switch to a better riot-web image (avhost/docker-matrix-riot -> bubuntux/riot-web)
The new container image is about 20x smaller in size, faster to start up, etc. This also fixes #26 (Github issue).
This commit is contained in:
@@ -43,7 +43,7 @@ server {
|
||||
{% if matrix_nginx_proxy_enabled %}
|
||||
{# Use the embedded DNS resolver in Docker containers to discover the service #}
|
||||
resolver 127.0.0.11 valid=5s;
|
||||
set $backend "matrix-riot-web:8765";
|
||||
set $backend "matrix-riot-web:80";
|
||||
proxy_pass http://$backend;
|
||||
{% else %}
|
||||
{# Generic configuration for use outside of our container setup #}
|
||||
|
||||
Reference in New Issue
Block a user