This commit is contained in:
Aevann1 2021-09-05 12:22:14 +02:00
parent a3afb0556c
commit b008a588e0

View file

@ -56,7 +56,7 @@ services:
redis:
image: redis
command: redis-server --pidfile /redis_6379.pid --dbfilename /dump.rdb --dir ./
command: redis-server --pidfile /redis_6379.pid --dbfilename dump.rdb --dir ./
ports:
- "6379:6379"