Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Nightscout #11

Open
qq254344379 opened this issue Sep 26, 2021 · 2 comments
Open

update Nightscout #11

qq254344379 opened this issue Sep 26, 2021 · 2 comments

Comments

@qq254344379
Copy link

How to update to nightscout 14.2.2?

@sirKitKat
Copy link

How to update to the latest version would be a better question to ask?

@psit
Copy link

psit commented Oct 2, 2022

I hate unanswered questions, so:

The NS version is defined in the compose file:

nightscout:
  image: 'nightscout/cgm-remote-monitor-development:latest'

This will fetch the latest version of NS from the docker hub, which is quite old:
https://hub.docker.com/r/nightscout/cgm-remote-monitor-development

But if you know, what you are doing, you can change this to e.g. image: 'nightscout/cgm-remote-monitor:14.2.6' or even :latest
See https://hub.docker.com/r/nightscout/cgm-remote-monitor/tags for available versions.
(btw. I recommend not using "latest" but a specific tag, so you can choose if and when to update as there might be breaking changes or known bugs/issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants