From aac4514577548e8a740d0c465bf739aa0c15326c Mon Sep 17 00:00:00 2001 From: d4rklynk Date: Sat, 18 Nov 2023 14:30:54 +0100 Subject: [PATCH] Fix healthcheck URL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af9ebc9..762a1ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file + CMD curl -fSs http://localhost:8080/ || exit 1 \ No newline at end of file