Jump to content

Unable to get Almond Server running in docker


Recommended Posts

I cant find the correct forum to post this issue in. It if needs to be moved to another forum please feel free to do so.

 

I've been trying to get Almond Server running on docker in Unraid but I continuously receive the same errors in the logs.

 

Here is the command I am running (obviously running from the Docker gui in Unraid:

docker run -p 3000:3000 -v $HOME/.almond-server:/var/lib/almond-server stanfordoval/almond-server:latest-portable

 

And here is the log output with the error I receive each time: 

Frontend initialized in development mode
Failed to load translations: The expression evaluated to a falsy value:


assert_1.default(fs.existsSync(modir))

Snowboy initialized
Home directory not accessible: Permission denied
Uncaught exception: Not available

 

I know that docker might not know the location of $HOME in the variable shown in the command, so I have also tried '-v /root/.almond-server' and '-v /home/.almond-server'. I've also tried to set that variable to the /mnt/user/appdata/ location.

 

Does anyone know why this might be happening and how I might be able to fix it??

 

Thank you for any assistance in advance.

Link to comment
  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...