mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 17:42:55 +00:00
5 lines
84 B
Docker
5 lines
84 B
Docker
FROM redis:alpine
|
|
|
|
ENV REDIS_PASSWORD your_password
|
|
|
|
COPY redis.conf /etc/redis.conf |