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

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

EXPOSE 26379

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