Fix healthcheck
This commit is contained in:
parent
59c143199c
commit
f6015a9c43
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ WORKDIR /data
|
||||||
HEALTHCHECK \
|
HEALTHCHECK \
|
||||||
--interval=30s \
|
--interval=30s \
|
||||||
--timeout=5s \
|
--timeout=5s \
|
||||||
CMD curl -f http://localhost:3000/ping || exit 1
|
CMD curl -f http://localhost:3000/vaults/fake/ping || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["/app/sync_server"]
|
ENTRYPOINT ["/app/sync_server"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue