3
0
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:
Slavi Pantaleev
2019-01-11 21:20:17 +02:00
parent 14a237885a
commit 6d253ff571
5 changed files with 5 additions and 11 deletions

View File

@@ -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 #}