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