Feature Requests
Complete
Dockerhub (or similar)
Instead of building the image every time there's an update, it would be great to have an image available on DockerHub or GitHub Packages. It would make it much easier to just update with docker compose pull && docker compose up -d
2 Comments
Sign in to comment

Hey @Rad Paluszak you can use published images from ghcr:
https://github.com/QuackbackIO/quackback/pkgs/container/quackback
Ahh, nice! Didn't see it in the readme or docs! Thanks