remotes/1693045480750635534/spooky-22
Aevann1 2021-09-05 23:26:00 +02:00
parent 5172bcdf52
commit 1ca625c8af
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ services:
redis:
image: redis
command: redis-server --dbfilename dump.rdb --always-show-logo yes --dir ./ --pidfile /var/run/redis_6379.pid
command: >
bash -c "redis-server --dbfilename dump.rdb --always-show-logo yes --dir ./ --pidfile /var/run/redis_6379.pid
&& redis-cli config get dir"
volumes:
- "./:/service"
ports: