mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 00:36:47 +01:00
docs: add hint for healthcheck.start_interval (#12643)
* docs/docs/install/docker-compose.mdx: add hint for healthcheck.start_interval (https://github.com/immich-app/immich/discussions/12638) * Update docs/docs/install/docker-compose.mdx Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com> --------- Co-authored-by: Jason Rasmussen <jason@rasm.me> Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
This commit is contained in:
parent
186b4e1333
commit
de0fd06f43
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ The Compose file './docker-compose.yml' is invalid because:
|
|||
See the previous paragraph about installing from the official docker repository.
|
||||
:::
|
||||
|
||||
:::info Health check start interval
|
||||
If you get an error `can't set healthcheck.start_interval as feature require Docker Engine v25 or later`, it helps to comment out the line for `start_interval` in the `database` section of the `docker-compose.yml` file.
|
||||
:::
|
||||
|
||||
:::tip
|
||||
For more information on how to use the application, please refer to the [Post Installation](/docs/install/post-install.mdx) guide.
|
||||
:::
|
||||
|
|
Loading…
Reference in a new issue