linkding: Disable healthceck
This commit is contained in:
parent
7304558a9f
commit
ea4f1232b5
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
||||||
"${data-dir}:/etc/linkding/data"
|
"${data-dir}:/etc/linkding/data"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
"--no-healthcheck"
|
||||||
"--label=com.centurylinklabs.watchtower.enable=true"
|
"--label=com.centurylinklabs.watchtower.enable=true"
|
||||||
"--label=io.containers.autoupdate=registry"
|
"--label=io.containers.autoupdate=registry"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue