Setting up Storagenode on Synology NAS

Iam trying to run a Storagenode on Synology NAS. I did the whole setup but now Iam getting a Error and I dont know what I should do.

Iam running the Storagenode on a DS218+.

Here is my Command:

docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“xxxxxxxxxxxxxxxxxxxxxxxxxxxx”
-e EMAIL="frexxxxc.xxxxxxx@web.de"
-e ADDRESS=“xyxxxs.synology.me:28967
-e STORAGE=“4.25TB”
–mount type=bind,source=“<docker/storj/identity>”,destination=/app/identity
–mount type=bind,source=“<docker/storj/data>”,destination=/app/config
–name storagenode storjlabs/storagenode:latest

And the Error:

docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘<docker/storj/identity>’ mount path must be absolute.

I hope you can help me :slight_smile:

Welcome to the forum @fredco112!

Use actual path to the identity and data folders. Also remove <> these placeholders from both paths.

1 Like

Thank you i got it :slight_smile:

the rigth path was
/volume2/docker/identity
/volume2/docker/data

1 Like