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 71f7c8b commit 56d895eCopy full SHA for 56d895e
redis/redis-commander-healthcheck/Dockerfile
@@ -0,0 +1,4 @@
1
+FROM tenstartups/redis-commander
2
+MAINTAINER Maksim Kostromin https://github.comm/daggerok
3
+RUN apk --no-cache add curl
4
+HEALTHCHECK --interval=30s --timeout=30s --retries=10 CMD curl -f http://127.0.0.1:8081 || exit 1
0 commit comments