$50 for 1 on 1 assistance installing Storj

If you did not redirect logs to the file, then they stored inside the container and will be deleted when you re-create the container.
You may specify logs parameters for your docker run command if you do not want to redirect logs to the file:

docker run ... \
...
--log-opt max-size=500m \
--log-opt max-file=10 \
storjlabs/storagenode:latest

These options means: log size 500MiB max, keep 10 logs.

If you would redirect logs to the file, then you may use logrotate tool instead (when you redirect, docker’s log options will not work). See for example:

Regarding 0% for ap1 satellite… Please make sure that your provider do not block connections from these IPs:

nslookup ap1.storj.io 8.8.8.8

and you do not block them on your router or firewall.