mirror of
https://github.com/jimeh/Dockerfiles.git
synced 2026-02-19 07:56:41 +00:00
Add development friendlier config for redis
This commit is contained in:
3
redis/Dockerfile
Normal file
3
redis/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM redis
|
||||
COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
CMD redis-server /usr/local/etc/redis/redis.conf
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "2"
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
build: .
|
||||
container_name: redis
|
||||
restart: always
|
||||
network_mode: bridge
|
||||
|
||||
1022
redis/redis.conf
Normal file
1022
redis/redis.conf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user