Skip to content
Snippets Groups Projects
Commit 4a0725fe authored by sroerick's avatar sroerick
Browse files

added docker file permission instructions again


I screwed up my initial commit, so here goes again. That's what i get for using the github gui...

I added the instructions to make the ipfs_data and ipfs_staging globally readable, which prevents permission errors.

It may be better to limit permissions in some way, to prevent potential security risks.

License: MIT
Signed-off-by: default avatarsroerick <sweeney@roerick.me>
parent 279328c2
No related branches found
No related tags found
1 merge request!1New
...@@ -155,7 +155,7 @@ ipfs files that will persist when you restart the container. ...@@ -155,7 +155,7 @@ ipfs files that will persist when you restart the container.
export ipfs_staging=</absolute/path/to/somewhere/> export ipfs_staging=</absolute/path/to/somewhere/>
export ipfs_data=</absolute/path/to/somewhere_else/> export ipfs_data=</absolute/path/to/somewhere_else/>
Make these folders accesible from docker: Make sure docker can access these folders:
sudo chmod -R 777 /absolute/path/to/somewhere/ sudo chmod -R 777 /absolute/path/to/somewhere/
sudo chmod -R 777 /absolute/path/to/somewhere_else/ sudo chmod -R 777 /absolute/path/to/somewhere_else/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment