remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 00:12:10 +02:00
parent 2d8de63013
commit 335eb30b6d
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 ./ --pidfile /var/run/redis_6379.pid
command: redis-server /drama/redis.conf
volumes:
- "./:/service"
- ./redis.conf:/drama/redis.conf
ports:
- "6379:6379"