What files/dirs are in the ./data
directory?
ls -al data/
If there’s nothing in there, you’ll need to run the following command once:
docker-compose run -e SETUP="true" storj
Then try running your node with a typical docker-compose up -d
. Let me know if that works.