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