April 13Apr 13 The Immich webUI was working for me all the way up until I recently updated UNRAID up to 7.2.4. Afterwards, nothing I did could get it running again. I decided to do a clean reinstall of Immich and followed the Docker Compose method to the 't', yet it still isn't loading for me. I've attached the logs I can get for Immich as well as the compose script and env that I used to set it up. My knowledge of what to do in UNRAID is really just limited to following SpaceInvaderOne or AlienTech42 videos.I had an issue earlier with DelugeVPN not loading the webUI as well, after a PSU replacement, but a clean install for that was what ended up fixing the issue.Any assistance in identifying the issue would be helpful.Immich container logs.txt Immich Compose Logs.txt immich compose env.txt Immich compose script.txt Edited April 13Apr 13 by songxue610
April 15Apr 15 In your docker compose, you have immich_server's port mapped 7070:7070. The container port should be 2283. The mapping is "host:container" so you would want to change that to 7070:2283.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.