mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 16:07:42 +08:00
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: sroerick sweeney@roerick.me
This commit is contained in:
@ -155,7 +155,7 @@ ipfs files that will persist when you restart the container.
|
||||
export ipfs_staging=</absolute/path/to/somewhere/>
|
||||
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_else/
|
||||
|
Reference in New Issue
Block a user