Docker-Redis/generated/Dockerfile.3.2.12-stretch

5 lines
144 B
Text
Raw Normal View History

2019-08-13 17:29:49 +00:00
# From upstream redis:3.2.12-stretch
2019-08-13 15:43:49 +00:00
FROM redis:3.2.12-stretch
# Add healthcheck
HEALTHCHECK --interval=30s --timeout=3s \
CMD redis-cli PING