mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-18 16:08:02 +00:00
compose.yml の自動更新の無効化
This commit is contained in:
parent
e484c9ec9c
commit
26f71344d1
2 changed files with 3 additions and 2 deletions
|
@ -9,4 +9,4 @@ services:
|
|||
REDIS_PORT: "6379"
|
||||
REDIS_PASSWORD: ""
|
||||
redis:
|
||||
image: redis:alpine@sha256:5916c280afae05baf0dc9a0cc82fa8e51477bdbfc72f60a5c14fd2b7735bcf07
|
||||
image: redis:alpine
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
":skipStatusChecks",
|
||||
"docker:enableMajor",
|
||||
"docker:pinDigests"
|
||||
]
|
||||
],
|
||||
"ignorePaths": ["compose.yml"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue