Zibbp / ganymede

Twitch VOD and Live Stream archiving platform. Includes a rendered and real-time chat for each archive.
https://github.com/Zibbp/ganymede
GNU General Public License v3.0
491 stars 25 forks source link

ganymede-frontend Container Won't Start Due to Error #514

Closed taylor1021 closed 1 month ago

taylor1021 commented 1 month ago

I followed the guide to upgrade my instance from v2.2.0 to v3.0.1. When I start the containers via docker compose up -d, everything starts except for the ganymede-frontend container, which fails with this error:

Error response from daemon: unable to find user nextjs: no matching entries in passwd file

Zibbp commented 1 month ago

What frontend image tag are you using and this is x86 or ARM?

taylor1021 commented 1 month ago

I'm using ghcr.io/zibbp/ganymede-frontend:3.0.1 and this is x86.

taylor1021 commented 1 month ago

I've resolved this, so if there's nothing more you want to investigate, this can be closed. Thanks for looking into this.

Here's what I did:

Zibbp commented 1 month ago

That's odd and I don't have a good answer to that. The frontend container doesn't have any migrations or anything of the like so nothing to rollback and fix. Glad you were able to get it sorted out though.