remotes/1693045480750635534/spooky-22
Aevann1 2021-09-05 23:23:30 +02:00
parent efc90e009b
commit 83bc7bb536
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +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 /service --pidfile /var/run/redis_6379.pid
volumes:
- "./drama:/drama"
- "./:/service"
ports:
- "6379:6379"