Node Offline on dashboard

Hello Everyone,

I`ve installed a storj node on docker, but the dashboard only showing offline, when i search on logs i see this below.

2022-06-07T14:02:22.491Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 11, “error”: “ping satellite: failed to dial storage node (ID: 1NfxRp2uYMy2f3zSXX9cuz9aTbRLcygikp1e87K2TevjREcPvz) at address myhostname:14002: rpc: tcp connector failed: rpc: tls: first record does not look like a TLS handshake”, “errorVerbose”: “ping satellite: failed to dial storage node (ID: 1NfxRp2uYMy2f3zSXX9cuz9aTbRLcygikp1e87K2TevjREcPvz) at address myhostname:14002: rpc: tcp connector failed: rpc: tls: first record does not look like a TLS handshake”}

How can solve this?

Was port forwarding configured?

i was solved change
-e ADDRESS=“myhostname:14002” \
to
-e ADDRESS=“myhostname:28967” \

and done.