Skip to content
Discussion options

You must be logged in to vote

Thanks for the question! This is actually a common point of confusion.

The issue is that the docker-compose.yml was using build: instead of referencing pre-built images. When you ran docker compose pull, nothing happened because there was no image reference to pull.

I've just updated the compose file to use pre-built images by default. Going forward, upgrading will be as simple as:

docker compose down
docker compose pull
docker compose up -d

Or use the included update script:

Linux/Mac: ./update.sh
Windows: .\update.ps1

The pre-built images are published to:

GitHub Container Registry: ghcr.io/itz4blitz/logarr-backend and ghcr.io/itz4blitz/logarr-frontend
Docker Hub: itz4blitz/logarr-back…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by itz4blitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants