[DOCKER][Redis] Add way to override Redis config. Default to only one database
This commit is contained in:
parent
ce80065775
commit
15a87055a6
|
@ -5,7 +5,10 @@ cat <<EOF
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
tty: false
|
tty: false
|
||||||
|
volumes:
|
||||||
|
- ./docker/redis/redis.conf:/etc/redis/redis.conf
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
command: redis-server /etc/redis/redis.conf
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
1877
docker/redis/redis.conf
Normal file
1877
docker/redis/redis.conf
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user