df
This commit is contained in:
parent
d69f6f2326
commit
e642e6863f
2 changed files with 1880 additions and 1 deletions
|
@ -56,7 +56,9 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
command: redis-server --pidfile /redis_6379.pid --dbfilename dump.rdb --dir ./
|
command: redis-server /drama/redis.conf
|
||||||
|
volumes:
|
||||||
|
- ./redis.conf:/drama/redis.conf
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
|
|
1877
redis.conf
Normal file
1877
redis.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue