Command Failed
docker run
-d
--name='immich'
--net='bridge'
--pids-limit 2048
-e TZ="America/Los_Angeles"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Rosamund"
-e HOST_CONTAINERNAME="immich"
-e 'DB_HOSTNAME'='192.168.1.59'
-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 'SERVER_HOST'='0.0.0.0'
-e 'SERVER_PORT'='8080'
-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 '8080:8080/tcp'
-v '/mnt/user/Home Movies/Photos Immich/':'/photos':'rw'
-v '/mnt/user/Pictures/':'/libraries':'rw'
-v '/mnt/user/appdata/immich':'/config':'rw' 'ghcr.io/imagegenius/immich'
Unable to find image 'ghcr.io/imagegenius/immich:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/imagegenius/immich/manifests/latest": denied: denied.
See 'docker run --help'.
The command failed.
0 条评论