Switch riot-web image (bubuntux/riot-web -> vectorim/riot-web)
Switching to the official image (vectorim/riot-web) should ensure: - there's less breakage, as it's maintained by the same team as riot-web - there's fewer actors we need to trust - we can upgrade riot-web faster, as newer versions should be released on Docker hub at the same time riot-web releases are made
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
matrix_riot_web_enabled: true
|
||||
|
||||
matrix_riot_web_docker_image: "bubuntux/riot-web:v1.5.5"
|
||||
matrix_riot_web_docker_image: "vectorim/riot-web:v1.5.5"
|
||||
matrix_riot_web_docker_image_force_pull: "{{ matrix_riot_web_docker_image.endswith(':latest') }}"
|
||||
|
||||
matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"
|
||||
|
Reference in New Issue
Block a user