A ansens New Pleskian Oct 12, 2019 #1 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
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
IgorG Plesk addicted! Plesk Certified Professional Oct 13, 2019 #2 Change permissions to the volume mapped to the container: # chmod 677 /var/redis or # chmod 677 /var/redis_data
Change permissions to the volume mapped to the container: # chmod 677 /var/redis or # chmod 677 /var/redis_data
I ioweb.gr New Pleskian May 3, 2020 #3 IgorG said: Change permissions to the volume mapped to the container: # chmod 677 /var/redis or # chmod 677 /var/redis_data Click to expand... Is it safe to put 677 permissions? I'm assuming sensitive data like sessions may be stored in the redis instance
IgorG said: Change permissions to the volume mapped to the container: # chmod 677 /var/redis or # chmod 677 /var/redis_data Click to expand... Is it safe to put 677 permissions? I'm assuming sensitive data like sessions may be stored in the redis instance
O othmaqsa Regular Pleskian Aug 21, 2024 #4 IgorG said: Change permissions to the volume mapped to the container: # chmod 677 /var/redis or # chmod 677 /var/redis_data Click to expand... Hello @IgorG , This solution still work ? Regarding the permission, are you sure I need to set 677 and not 755 ?
IgorG said: Change permissions to the volume mapped to the container: # chmod 677 /var/redis or # chmod 677 /var/redis_data Click to expand... Hello @IgorG , This solution still work ? Regarding the permission, are you sure I need to set 677 and not 755 ?