소스 검색

Add additional label for Matrix.to to disable to disable Watchtower's notification

pull/4821/head
Dominik Erdmann 2 달 전
부모
커밋
68ccfd4b3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-matrixto/defaults/main.yml

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

@@ -104,7 +104,7 @@ matrix_matrixto_container_labels_traefik_additional_response_headers_custom: {}
# matrix_matrixto_container_labels_additional_labels: |
# my.label=1
# another.label="here"
matrix_matrixto_container_labels_additional_labels: ""
matrix_matrixto_container_labels_additional_labels: "com.centurylinklabs.watchtower.enable=false"

# A list of extra arguments to pass to the container (`docker run` command)
matrix_matrixto_container_extra_arguments: []


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