소스 검색

Update to newer docker image with updated alpine and goofys version

pull/1300/head
SkepticalWaves 4 년 전
부모
커밋
f5c0c46421
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-synapse/defaults/main.yml 파일 보기

@@ -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"


불러오는 중...
취소
저장