mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
3 lines
No EOL
125 B
Docker
3 lines
No EOL
125 B
Docker
FROM redis:3
|
|
COPY ./config/redis.conf /usr/local/etc/redis_server.conf
|
|
COPY ./config/redis_docker.conf /etc/redis_server.conf |