Skip to content

can't create directory '/app/public/background-images/' #1133

Answered by meltyshev
azzamsa asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! It looks like you have an issue with writing to the mounted folder. This can usually be fixed by following this additional info from the installation section:

Additional Info

If you're not using Docker volumes and prefer to directly link folders (bind mounts), you'll need to adjust the permissions of those folders. This ensures that the default user running the Node.js application (usually called "node" with a user ID of 1000) can make changes to the files and folders inside. Run the following command to adjust the permissions:

chown -R 1000:1000 /mnt/path

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by azzamsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants