mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: exclude migration service from healthcheck
This commit is contained in:
parent
3748b3f28e
commit
c866dad55e
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ services:
|
|||
deploy:
|
||||
restart_policy:
|
||||
condition: none
|
||||
exclude_from_hc: true
|
||||
entrypoint: ["bash", "-c"]
|
||||
command:
|
||||
- |
|
||||
|
|
|
|||
Loading…
Reference in a new issue