Updating birdnet go from nightly build

use docker ps to find name of running container, say it’s “bobby”

docker stop bobby

docker rm boby

docker rmi ghcr.io/tphakala/birdnet-go:nightly

restart birdnet go using your normal command, i. e.

docker run -d -p 8083:8080 –env ALSA_CARD=1 –env TZ=”Europe/Berlin” –device /dev/snd/ -v /mnt/ssd/birdnet_go/config:/config -v /mnt/ssd/birdnet_go/data:/data ghcr.io/tphakala/birdnet-go:nightly

The new container images should get pulled, extracted and run with the latest nightly build.

If there’s an easier way to update only changed containers please comment below.

Leave a Reply

Your email address will not be published. Required fields are marked *