From 21f5073717a01f564e27b8b6c092b03eee087190 Mon Sep 17 00:00:00 2001 From: d4rklynk Date: Sat, 18 Nov 2023 14:24:37 +0100 Subject: [PATCH] Fix port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd7cbe2..af9ebc9 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:8008/health || exit 1 \ No newline at end of file + CMD curl -fSs http://localhost:8080/health || exit 1 \ No newline at end of file