-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI can't connet to #494
Comments
can you run |
here is the response:
|
sorry |
after mkdir and chown 'root@04e05e50c44c:/photos/encoded-video# ls -all log:
Still no webUI BTW directory 'encoded-video' exists also inside docker root directory |
ah, do |
success!
immich installation script seems to be broken thanks |
New install on Unradi 7.0
Everything is set to default with the exception of port number.
I have PostgreSQL_Immich on the same IP port 5433,
docker run -d --name='immich' --net='bridge' --pids-limit 2048 -e TZ="Europe/Budapest" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="immich" -e 'DB_HOSTNAME'='192.168.1.103' -e 'DB_USERNAME'='postgres' -e 'DB_PASSWORD'='postgres' -e 'DB_DATABASE_NAME'='immich' -e 'REDIS_HOSTNAME'='localhost' -e 'DB_PORT'='5433' -e 'REDIS_PORT'='6379' -e 'REDIS_PASSWORD'='' -e 'MACHINE_LEARNING_HOST'='0.0.0.0' -e 'MACHINE_LEARNING_PORT'='3003' -e 'MACHINE_LEARNING_WORKERS'='1' -e 'MACHINE_LEARNING_WORKER_TIMEOUT'='120' -e 'DOCKER_MODS'='imagegenius/mods:universal-redis' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/imagegenius/templates/main/unraid/img/immich.png' -p '8989:8080/tcp' -v '/mnt/user/appdata/upload/Photos/':'/photos':'rw' -v '/mnt/user/Media/foto/':'/libraries':'rw' -v '/mnt/user/appdata/immich':'/config':'rw' 'ghcr.io/imagegenius/immich:latest'
The text was updated successfully, but these errors were encountered: