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

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

EXPOSE 26379

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