Hi!
when the error is occurring i have really not one line of log by storagenode.
not in the GUI, not via docker-logs on cli neither in any files created by docker on the filesystem.
for clarification i never use gui for the run “creation” command.
my actual run-command:
docker run -d --restart unless-stopped --privileged \
-p xx:28967:28967/tcp \
-p xx:28967:28967/udp \
-p xx:14002:14002 \
-e WALLET="xx" \
-e EMAIL="xx" \
-e ADDRESS="xx:28967" \
-e STORAGE="25TB" \
-m 6144M \
--user $(id -u):$(id -g) \
--mount type=bind,source="/share/Container/STORJ/identity",destination=/app/identity \
--mount type=bind,source="/share/Container/STORJ/config",destination=/app/config \
--stop-timeout 300 \
## here i added -v storagenode-binaries:/app/config/bin \ ##
--name storagenode storjlabs/storagenode:0c21bd6