mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 22:54:01 +08:00
update healthcheck.js for changing ssl cert / hostname / port
This commit is contained in:
@@ -19,7 +19,7 @@ RUN npm install --legacy-peer-deps && npm run build && npm prune
|
||||
|
||||
EXPOSE 3001
|
||||
VOLUME ["/app/data"]
|
||||
HEALTHCHECK --interval=60s --timeout=30s --start-period=300s CMD node extra/healthcheck.js
|
||||
HEALTHCHECK --interval=600s --timeout=130s --start-period=300s CMD node extra/healthcheck.js
|
||||
CMD ["node", "server/server.js"]
|
||||
|
||||
FROM release AS nightly
|
||||
|
Reference in New Issue
Block a user