netprobe_lite icon indicating copy to clipboard operation
netprobe_lite copied to clipboard

Updating from Docker

Open ceramicv opened this issue 9 months ago • 1 comments

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?

ceramicv avatar Apr 27 '24 20:04 ceramicv

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

plaintextpackets avatar Apr 28 '24 14:04 plaintextpackets