fd
This commit is contained in:
parent
15d442478e
commit
887e746fbd
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 drama --pidfile /var/run/redis_6379.pid
|
command: redis-server --dbfilename dump.rdb --always-show-logo yes --dir /service --pidfile /var/run/redis_6379.pid
|
||||||
volumes:
|
volumes:
|
||||||
- "./drama:/drama"
|
- "./:/service"
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue