Upgraded to latest teslamate, teslamate/grafana, postres:16, mosquitto:2 no - Port 4000 not responding #4060
Unanswered
jweichel
asked this question in
Getting started
Replies: 2 comments 4 replies
-
Seems like a UI bug because the Feel free to drop your redacted docker-compose.yaml too if you think it could be misconfigured. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I finally had to re-image the Raspberry Pi and install docker and teslamate. It came up with port 4000 and worked well using a tesla token to login. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Docker PS:
pi@raspberrypi:~/Docker/Teslamate$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6031b858977c eclipse-mosquitto:2 "/docker-entrypoint.…" 17 hours ago Up 13 seconds 0.0.0.0:1883->1883/tcp, :::1883->1883/tcp teslamate-mosquitto-1
6d4858c3bc8b teslamate/grafana:latest "/run.sh" 17 hours ago Up 13 seconds 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp teslamate-grafana-1
7c03468670d6 teslamate/teslamate:latest "tini -- /bin/sh /en…" 17 hours ago Up 3 seconds 0.0.0.0:4000->4000/tcp, :::4000->4000/tcp teslamate-teslamate-1
1c5361a5abb0 postgres:16 "docker-entrypoint.s…" 17 hours ago Restarting (1) Less than a second ago teslamate-database-1
16eb363c9e92 portainer/portainer-ce "/portainer -H unix:…" 3 years ago Up 18 hours 8000/tcp, 0.0.0.0:9000->9000/tcp, :::9000->9000/tcp management_portainer_1
Yet, if I look at the Container list on port 9000, I do not see port 4000 published
Beta Was this translation helpful? Give feedback.
All reactions