diff --git a/configs/6379.conf b/configs/6379.conf index 52829bd8..74482f4e 100644 --- a/configs/6379.conf +++ b/configs/6379.conf @@ -184,7 +184,7 @@ dbfilename dump.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir /home/user/dumps/ +dir ./ ################################# REPLICATION ################################# diff --git a/configs/6380.conf b/configs/6380.conf index 9b0e83e8..0b1be6a9 100644 --- a/configs/6380.conf +++ b/configs/6380.conf @@ -184,7 +184,7 @@ dbfilename dump2.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir /home/user/dumps/ +dir ./ ################################# REPLICATION ################################# diff --git a/configs/6381.conf b/configs/6381.conf index 3d11c318..8d47e895 100644 --- a/configs/6381.conf +++ b/configs/6381.conf @@ -184,8 +184,7 @@ dbfilename dump3.rdb # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir /home/user/dumps/ - +dir ./ ################################# REPLICATION ################################# # Master-Slave replication. Use slaveof to make a Redis instance a copy of