Need help setting up Immich on Unraid #15767
-
Hi all, I need some help setting up Immich in Unraid. I am following the official Docker Compose Method (https://immich.app/docs/install/unraid/ .... I tried the other method and it stopped working). I followed the instructions, and used the defaults to try getting it up before I change anything. I am starting from scratch with folders and a DB. So that should make it straightforward. However, I can't get the container running. When I enter the IP 192.168.1.109:2283 I get an Unable to Connect message Thank you Log output, and config files attached.
yml WARNING: Make sure to use the docker-compose.yml of the current release:https://github.com/immich-app/immich/releases/latest/download/docker-compose.ymlThe compose file on main may not be compatible with the latest release.name: immich services: immich-machine-learning: redis: database: volumes: env The location where your uploaded files are storedUPLOAD_LOCATION=/mnt/user/immich_library The location where your database files are storedDB_DATA_LOCATION=/mnt/user/appdata/immichDB To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#ListTZ=Etc/UTCThe Immich version to use. You can pin this to a specific version like "v1.71.0"IMMICH_VERSION=release Connection secret for postgres. You should change it to a random passwordPlease use only the characters
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are you sure you wiped your DB correctly when starting over? Logs say it's trying to find an existing immich structure and not, so it can't start up |
Beta Was this translation helpful? Give feedback.
-
Ok, good pointer @schuhbacca ... My DB folder already had contents. So I erased that and started from scratch again. Now working Thanks |
Beta Was this translation helpful? Give feedback.
Are you sure you wiped your DB correctly when starting over? Logs say it's trying to find an existing immich structure and not, so it can't start up