You need to stop and remove the container
docker stop -t 300 storagenode
docker rm storagenode
Then run it back with all your parameters, but add this option after the image name
docker run .... storjlabs/storagenode:latest --log.level=debug
You need to stop and remove the container
docker stop -t 300 storagenode
docker rm storagenode
Then run it back with all your parameters, but add this option after the image name
docker run .... storjlabs/storagenode:latest --log.level=debug