imagegenius / docker-immich

Monolithic (Single) Docker Container for Immich
GNU General Public License v3.0
620 stars 29 forks source link

Can't access Immich WebUI - Having Port issues (I think?) on Unraid #430

Closed dbell440 closed 3 months ago

dbell440 commented 3 months ago

I am trying to get Immich up and running and have followed all the Spaceinvader One's instructions from his videos but after install is done I go to access the WebUI and get an error that it can't be reached. I did run into one issue that the default container port (8080) is the same as Krusader. I changed the port to 8090 and it said it was successful, but as I mentioned, I can't access the web UI. When I look at the docker container I am guessing my issue is with the port mapping, but I just don't know how to fix this. I have attached system log and a text copy of the immich log as well. Dockers immich.log.txt

mediamadness-syslog-20240822-0246.zip

BusterDogg commented 3 months ago

Port 6379 is used typically by Redis. Do you have a Redis DB running?

dbell440 commented 3 months ago

So I believe I do have Redis running now and have updated Immich, still no luck: image

hydazz commented 3 months ago

set your redis url to the ip of your unraid box, from your logs its trying to access redis at localhost 127.0.0.1, which is confined to inside the immich container, and redis is running outside of it

dbell440 commented 3 months ago

I was wondering about that, but I cannot see where to make that change. Is that in Immich or in Redis that I would change that? Sorry if this is a dumb question.

dbell440 commented 3 months ago

Finally fixed, somehow the postgres password got changed.