瀏覽代碼

Fix healthcheck URL

pull/828/head
d4rklynk 6 月之前
父節點
當前提交
aac4514577
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Dockerfile

+ 1
- 1
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
CMD curl -fSs http://localhost:8080/ || exit 1

Loading…
取消
儲存