Immich docker not working on Ubuntu 22.04.5 LTS #15353
Replies: 5 comments 4 replies
-
Please post more info: Compose and .env files, the commands you ran, logs from all the containers, etc. |
Beta Was this translation helpful? Give feedback.
-
Please see below: docker compose: 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: You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variablesThe location where your uploaded files are storedUPLOAD_LOCATION=./library The location where your database files are storedDB_DATA_LOCATION=./postgres 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.
-
please post the output of |
Beta Was this translation helpful? Give feedback.
-
Please see the outputs as below:
curl http://127.0.0.1:2283 |
Beta Was this translation helpful? Give feedback.
-
can you please help provide inputs / suggestions to help get immich operational, thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have followed the docker option for immich on Ubuntu 22.04.5 LTS, I see the process started and running however unable to load the webpage http://ip address:2283
Also, seeing that the immich-app folder does not have the folders created for upload and files created for postgres db
please help!
Beta Was this translation helpful? Give feedback.
All reactions