after i run redis in docker and config my spring security and spring session when i login to application . i see that i can not login and get ths exception

org.springframework.dao.InvalidDataAccessApiUsageException: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.;nested exception is redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.

after search in intenet i know that i dont run redis in persist state and i run docker with this command

 docker run -d -p 6379:6379 -v /azizkhani/Java/pdf/redis --name redis_c_p redis