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

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

EXPOSE 26381

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