fg
This commit is contained in:
parent
4df998342a
commit
8dcaf530c1
1 changed files with 1 additions and 3 deletions
|
@ -56,9 +56,7 @@ services:
|
|||
|
||||
redis:
|
||||
image: redis
|
||||
command: >
|
||||
bash -c "redis-server --dbfilename dump.rdb --always-show-logo yes --dir ./ --pidfile /var/run/redis_6379.pid
|
||||
&& redis-cli config get dir"
|
||||
command: redis-server --dbfilename dump.rdb --always-show-logo yes --dir ./ --pidfile /var/run/redis_6379.pid
|
||||
volumes:
|
||||
- "./:/service"
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue