• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue Having trouble starting redis with docker

ansens

New Pleskian
I'm trying to setup redis with Docker but I'm having the following problem.
mkdir: cannot create directory '/bitnami/redis': Permission denied when starting the Docker
Thanks
 
Change permissions to the volume mapped to the container:

# chmod 677 /var/redis

or

# chmod 677 /var/redis_data
 
Back
Top