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

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

EXPOSE 26380

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