fd
This commit is contained in:
parent
fa09def7f3
commit
638a85dc36
1 changed files with 2 additions and 2 deletions
|
@ -56,9 +56,9 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
command: redis-server --dbfilename dump.rdb --always-show-logo yes --dir ./ --pidfile /var/run/redis_6379.pid
|
command: redis-server /drama/redis.conf
|
||||||
volumes:
|
volumes:
|
||||||
- "./:/service"
|
- ./redis.conf:/drama/redis.conf
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue