compose.yml の自動更新の無効化

This commit is contained in:
Nebel 2022-07-11 20:11:12 +09:00
parent e484c9ec9c
commit 26f71344d1
2 changed files with 3 additions and 2 deletions

View file

@ -9,4 +9,4 @@ services:
REDIS_PORT: "6379"
REDIS_PASSWORD: ""
redis:
image: redis:alpine@sha256:5916c280afae05baf0dc9a0cc82fa8e51477bdbfc72f60a5c14fd2b7735bcf07
image: redis:alpine

View file

@ -6,5 +6,6 @@
":skipStatusChecks",
"docker:enableMajor",
"docker:pinDigests"
]
],
"ignorePaths": ["compose.yml"]
}