mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 02:10:30 +00:00
5 lines
124 B
Docker
5 lines
124 B
Docker
FROM redis:6.2.0
|
|
|
|
COPY redis.conf /usr/local/etc/redis/redis.conf
|
|
|
|
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ] |