We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bef43 commit f8d8295Copy full SHA for f8d8295
docker/Dockerfile
@@ -29,3 +29,4 @@ ENV SYNCMASTER__UI__API_BROWSER_URL=${API_URL}
29
ENTRYPOINT ["/entrypoint.sh"]
30
CMD ["nginx", "-g", "daemon off;"]
31
EXPOSE 3000
32
+HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD ["curl", "-f", "http://localhost:3000/"]
0 commit comments