mirror of
https://github.com/writeas/writefreely
synced 2025-02-06 19:53:43 +01:00
Fix healthcheck URL
This commit is contained in:
parent
21f5073717
commit
aac4514577
@ -47,4 +47,4 @@ USER daemon
|
||||
ENTRYPOINT ["cmd/writefreely/writefreely"]
|
||||
|
||||
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
|
||||
CMD curl -fSs http://localhost:8080/health || exit 1
|
||||
CMD curl -fSs http://localhost:8080/ || exit 1
|
Loading…
x
Reference in New Issue
Block a user