• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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