I think this helped me as well. I didnt notice yesterday, util @Waffles pointed it out, that I was also seeing lots of errors too in the web UI. I can confirm after redeploying the portainer stack with new pull, it has ZERO errors now. Very nice.
Also, just in case someone else runs into this issue deploying the stack,
I had to make a slight change to the YML to get it running on my apple silicon Mac mini.
note the addition of the platform line in the YML.
services:
distrotv-proxy:
image: ghcr.io/kineticman/distrotv-proxy:latest
platform: linux/amd64
container_name: distrotv-proxy
restart: unless-stopped
ports:
- "8787:8787"
volumes:
- distrotv-data:/data
volumes:
distrotv-data: