Soap
Soap
IImmich
Created by Soap on 12/18/2024 in #help-desk-support
cannot immich server if upload location is changed from ./library
i get no error when running
docker compose up --remove-orphans -d
docker compose up --remove-orphans -d
all containers show as started but i when upload location is changed from ./library the server is not accessible on http://ip:2282 all other default config files are unchanged
7 replies
IImmich
Created by Soap on 12/16/2024 in #help-desk-support
Error during docker compose up -d
i am trying to set up immich on an alpine linux lxc container and get the following output when running
$docker compose up -d
[+] Running 3/4
✔ Container immich_postgres Running 0.0s
✔ Container immich_redis Running 0.0s
✔ Container immich_machine_learning Running 0.0s
⠙ Container immich_server Starting 0.1s
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/etc/localtime" to rootfs at "/etc/localtime": create mountpoint for /etc/localtime mount: cannot create subdirectories in "/var/lib/docker/overlay2/606b10f1f999bdda717f374c536bb68b232df0ca15dc6ec2c266aac86b38790d/merged/usr/share/zoneinfo/Etc/UTC": not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
$docker compose up -d
[+] Running 3/4
✔ Container immich_postgres Running 0.0s
✔ Container immich_redis Running 0.0s
✔ Container immich_machine_learning Running 0.0s
⠙ Container immich_server Starting 0.1s
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/etc/localtime" to rootfs at "/etc/localtime": create mountpoint for /etc/localtime mount: cannot create subdirectories in "/var/lib/docker/overlay2/606b10f1f999bdda717f374c536bb68b232df0ca15dc6ec2c266aac86b38790d/merged/usr/share/zoneinfo/Etc/UTC": not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
14 replies