This commit is contained in:
@ -2,4 +2,5 @@ FROM redis:latest
|
||||
|
||||
COPY docker/redis.conf /usr/local/etc/redis/redis.conf
|
||||
|
||||
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||
EXPOSE 6379
|
||||
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||
|
Reference in New Issue
Block a user