Got a problem as seen in the picture. Tried to do a reinstall, with docker so you delete it and run it again but nothing helps
Hello @ameila,
Welcome back!
Did you try to update the base image?
docker pull storjlabs/storagenode:latest
Then run your container as usual?
hi!
Ok, please try to remove a previous image first
docker stop storagenode
docker rm storagenode
docker rmi storjlabs/storagenode:latest
docker pull storjlabs/storagenode:latest
After that please try to run your usual docker run
command.
1 Like
Thanks a lot for the help now it worked