瀏覽代碼

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

pull/4821/head
Dominik Erdmann 3 月之前
父節點
當前提交
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: []


Loading…
取消
儲存