Quellcode durchsuchen

Update to newer docker image with updated alpine and goofys version

pull/1300/head
SkepticalWaves vor 4 Jahren
Ursprung
Commit
f5c0c46421
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-synapse/defaults/main.yml Datei anzeigen

@@ -532,7 +532,7 @@ matrix_synapse_ext_spam_checker_mjolnir_antispam_config_ban_lists: []

matrix_s3_media_store_enabled: false
matrix_s3_media_store_custom_endpoint_enabled: false
matrix_s3_goofys_docker_image: "ewoutp/goofys:latest"
matrix_s3_goofys_docker_image: "brndnmtthws/goofys:latest"
matrix_s3_goofys_docker_image_force_pull: "{{ matrix_s3_goofys_docker_image.endswith(':latest') }}"
matrix_s3_media_store_custom_endpoint: "your-custom-endpoint"
matrix_s3_media_store_bucket_name: "your-bucket-name"


Laden…
Abbrechen
Speichern