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