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

@ -348,7 +348,7 @@ matrix_corporal_debug: false
# you may wish to disable this.
matrix_riot_web_enabled: true
matrix_riot_web_docker_image: "avhost/docker-matrix-riot:v0.17.8"
matrix_riot_web_docker_image: "bubuntux/riot-web:v0.17.8"
matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"