mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Fix incorrect Jitsi container image tags
Related to #508 (Github Pull Request).
This commit is contained in:
		@@ -50,7 +50,7 @@ matrix_jitsi_jibri_recorder_user: recorder
 | 
			
		||||
matrix_jitsi_jibri_recorder_password: ''
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_web_docker_image: "jitsi/web:4548-1"
 | 
			
		||||
matrix_jitsi_web_docker_image: "jitsi/web:stable-4548-1"
 | 
			
		||||
matrix_jitsi_web_docker_image_force_pull: "{{ matrix_jitsi_web_docker_image.endswith(':latest') }}"
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_web_base_path: "{{ matrix_base_data_path }}/jitsi/web"
 | 
			
		||||
@@ -96,7 +96,7 @@ matrix_jitsi_web_interface_config_show_powered_by: false
 | 
			
		||||
matrix_jitsi_web_interface_config_disable_transcription_subtitles: false
 | 
			
		||||
matrix_jisti_web_interface_config_show_deep_linking_image: false
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_prosody_docker_image: "jitsi/prosody:4548-1"
 | 
			
		||||
matrix_jitsi_prosody_docker_image: "jitsi/prosody:stable-4548-1"
 | 
			
		||||
matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}"
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_prosody_base_path: "{{ matrix_base_data_path }}/jitsi/prosody"
 | 
			
		||||
@@ -110,7 +110,7 @@ matrix_jitsi_prosody_container_extra_arguments: []
 | 
			
		||||
matrix_jitsi_prosody_systemd_required_services_list: ['docker.service']
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_jicofo_docker_image: "jitsi/jicofo:4548-1"
 | 
			
		||||
matrix_jitsi_jicofo_docker_image: "jitsi/jicofo:stable-4548-1"
 | 
			
		||||
matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}"
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_jicofo_base_path: "{{ matrix_base_data_path }}/jitsi/jicofo"
 | 
			
		||||
@@ -127,7 +127,7 @@ matrix_jitsi_jicofo_auth_user: focus
 | 
			
		||||
matrix_jitsi_jicofo_auth_password: ''
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_jvb_docker_image: "jitsi/jvb:4548-1"
 | 
			
		||||
matrix_jitsi_jvb_docker_image: "jitsi/jvb:stable-4548-1"
 | 
			
		||||
matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}"
 | 
			
		||||
 | 
			
		||||
matrix_jitsi_jvb_base_path: "{{ matrix_base_data_path }}/jitsi/jvb"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user