rommapp / romm

A beautiful, powerful, self-hosted rom manager
https://romm.app
GNU Affero General Public License v3.0
1.77k stars 80 forks source link

[Bug] Last update to INIT file has and issue #749

Closed evilbobbins closed 5 months ago

evilbobbins commented 5 months ago

RomM version 3.x

Describe the bug when starting a fresh install on Unraid the docker image fails on Init /init: line 105: PUID: unbound variable

To Reproduce Steps to reproduce the behavior:

  1. install app on unraid
  2. check logs
  3. show error '/init: line 105: PUID: unbound variable'

Expected behavior Init should pass and docker should run

Desktop (please complete the following information):

Additional context Install working fine previouse evening pre update

shyonae commented 5 months ago

What did you do to fix this? Having the same issue.

gantoine commented 5 months ago

@shyonae this should be fixed in the 3.0.3 release

shyonae commented 5 months ago

image This is the image I have right now, pulled today, I still get the same error

gantoine commented 5 months ago

What's the error you're seeing when running the image? And can you pin romm to 3.0.3, stop it, delete the container, delete all romm images, and start it again?

shyonae commented 5 months ago

Deleted the old image, added this image: rommapp/romm:latest in my compose file and all is good now, thanks.