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

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

EXPOSE 26381

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