1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-06-30 17:42:55 +00:00
awesome-compose/prometheus-grafana-provision/redis/Dockerfile.redis
2025-04-04 11:53:26 +02:00

5 lines
84 B
Docker

FROM redis:alpine
ENV REDIS_PASSWORD your_password
COPY redis.conf /etc/redis.conf