netprobe_lite
netprobe_lite copied to clipboard
Updating from Docker
When you have posted an update, is it simply a case of doing a docker compose down, docker compose pull and docker compose up -d or is there other actions needed?
You would need to do a fresh 'git pull' of the code (if you use git) or download a ZIP of the new version and replace your local files. So:
docker compose down download and replace files docker compose up
That's it