When i try to install anythingllm I get:
docker:
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 "/mnt/user/appdata/anythingllm/.env" to rootfs at "/app/server/.env":
mount /mnt/user/appdata/anythingllm/.env:/app/server/.env (via /proc/self/fd/6), flags: 0x5000: 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.
Lookslike the .env is created as dir but is supposed to be a file?