From c65ddd649e6253cddf6ce4c763cbb67ce702e74d Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 12 Sep 2024 15:14:55 +0300 Subject: [PATCH] Fix reverting synapse-admin to upstream instructions Ref: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3521 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dd56f6b..45db105fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ If you'd like to switch back to the original synapse-admin software, you can do ```yml matrix_synapse_admin_docker_image: "{{ matrix_synapse_admin_docker_image_name_prefix }}awesometechnologies/synapse-admin:{{ matrix_synapse_admin_version }}" +matrix_synapse_admin_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_admin_container_image_self_build else matrix_container_global_registry_prefix }}" matrix_synapse_admin_version: 0.10.3