summaryrefslogtreecommitdiff
path: root/docker/sentinel_2/Dockerfile
blob: dc3c3323d9b2b00c6156ffd78ba5b30e5b3051b6 (plain)
1
2
3
4
5
6
7
FROM redis-py-base:latest

COPY redis.conf /usr/local/etc/redis/redis.conf

EXPOSE 26380

CMD [ "redis-sentinel", "/usr/local/etc/redis/redis.conf" ]