• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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