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