Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Unable to create directory wp-content/uploads/. Is its parent directory writable by the server?

# assume your volume directory
volumes:
   - ./api:/usr/src/app
   
# change it to 
volumes:
   - ./api:/usr/src/app:Z
	# :Z - will add permissions only to the current container label

# now add permission to you path
sudo chmod a+rwx -R <project_dir>/
Comment

PREVIOUS NEXT
Code Example
Shell :: convert all files and folders in current directory into zip in linux 
Shell :: how to find my apache server ip address 
Shell :: bash add text to file 
Shell :: apt install crunch kali linux 
Shell :: linux list adb 
Shell :: adonis migration run 
Shell :: progress bar file.tar.xz extract 
Shell :: how to add new origin in git 
Shell :: unmount nfs 
Shell :: gitignore ignore everything except 
Shell :: error could not lock config file .git/config permission denied ubuntu 
Shell :: kill php ubuntu 
Shell :: unzip folder linux 
Shell :: ls human readable size 
Shell :: navigate to drive d cmd 
Shell :: expo upgrade reset 
Shell :: connect to wifi via Terminal 
Shell :: bash get all files in directory as array 
Shell :: how to force push heroku 
Shell :: see number of documents in mongodb collection 
Shell :: tar extract gz 
Shell :: reset last commit 
Shell :: push heroku 
Shell :: create csr ubuntu 
Shell :: linux bin to iso 
Shell :: install oh my zsh ubuntu 
Shell :: change default kube editor nano 
Shell :: remove tracked files git 
Shell :: linux disk usage 
Shell :: top git commands 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =