mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 06:26:31 +08:00
fix docker healthcheck
This commit is contained in:
parent
3c0ba09a62
commit
78d61f157e
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ RUN adduser -s /bin/false node; exit 0
|
|||
EXPOSE 8080
|
||||
CMD [ "./start-docker.sh" ]
|
||||
|
||||
HEALTHCHECK CMD node docker_healthcheck.sh
|
||||
HEALTHCHECK --start-period=10s CMD node docker_healthcheck.js
|
||||
|
|
Loading…
Reference in a new issue