OneWeekNotice

Results 5 comments of OneWeekNotice

@binhex Thanks for the arm64 support! Getting the following error on Raspberry Pi 4: > docker: no matching manifest for linux/arm/v8 in the manifest list entries.

Thanks for the help. I got the docker container to run on my Raspberry Pi! 🎆 After some research, I confirmed that the Raspberry Pi was running 32bit userspace on...

Hello, I just figured this out myself after quite a bit of research. Will provide a explanation with extra additional information afterwards for anyone else reading this 😄 This will...

Been trying to get ntfy working with the HTTP trigger. But unfortunately I'm stuck. Will paste my summary below. _**I do have a question at the end for anyone on...

Adding some additional information. If you want update button to automatically re build the image. You can use `pull_policy: build` [Reference docker compose documentation](https://docs.docker.com/compose/compose-file/05-services/#pull_policy) Not saying this solves the original...