Hi,
I just stated my storj node on my unraid server. The Storage Node is online.
I generated my keys and stuff on my windows laptop.
My folder structure is:
/mnt/user/storj/storage
/mnt/user/storj/orders
/mnt/user/storj/identity/storagenode (i copy’d the storagenode folder (with all the *.key *.cert files in it from my windows laptop to this folder)
And this is my docker mount:
–mount type=bind,source="/mnt/user/storj/identity/storagenode/",destination=/app/identity --mount type=bind,source="/mnt/user/storj/",destination=/app/config
Is this correct?