dhermanns / rpi-nightscout

CGM Remote Monitor aka Nightscout for the Raspberry Pi 1/2.
35 stars 49 forks source link

Port 1337 is not opened after deployment #27

Open qq254344379 opened 2 years ago

qq254344379 commented 2 years ago

docker ps

CONTAINER ID IMAGE COMMAND CREATE D STATUS PORTS NAMES cb123e8eb876 dhermanns/rpi-nightscout:latest "docker-entrypoint.s…" 14 sec onds ago Restarting (1) 1 second ago rpinightscout_nightscout_1 0ca801edb4e6 dhermanns/rpi-mongo:2.6.4 "/opt/mongodb/bin/mo…" 16 sec onds ago Up 13 seconds 27017/tcp rpinightscout_mongo_1

I tried Pi1 and Pi2, but I still can't.

qq254344379 commented 2 years ago

image

qq254344379 commented 2 years ago

image

dhermanns commented 2 years ago

You are running on arm64 now, right? When using the latest nightscout 14.2.2, you will have to switch from rpi-mongo to the a newer mongo-Version. I can push an example later...

qq254344379 commented 2 years ago

I'm still using 14.0.6 of the success of the start of a time after all the above errors

dhermanns commented 2 years ago

But you are using the "latest" tag. At the time of writing this is 14.2.2.

qq254344379 commented 2 years ago

S11018-21082428 I used to pull this file directly

dhermanns commented 2 years ago

Yes - and with this version you will get Nightscout 14.2.2 when doing

docker-compose up

qq254344379 commented 2 years ago

You need to change the specified ns version, right

dhermanns commented 2 years ago

Yes - correct

qq254344379 @.***> schrieb am Di. 19. Okt. 2021 um 07:40:

You need to change the specified ns version, right

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dhermanns/rpi-nightscout/issues/27#issuecomment-946383414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYPBFJMV746C3VMDBMC7R3UHUAEDANCNFSM5GFO6NBA .

dhermanns commented 2 years ago

I just pushed a new readme and updated the docker-compose*.yml. The default is now the docker-compose.yml. This works fine on my arm64 raspberry pi. The docker-compose.armv7.yml should work an a piOS arm32 PI. But only with the old nightscout 14.0.6. And this is not tested from me anymore.

So I would suggest moving to arm64 and nightscout:14.2.2...