March 26Mar 26 On 2/8/2026 at 1:57 PM, CybranNakh said:I have an error when I tried to install this container:It continually loops. It looks like an PNPM error but I cant resolve the issue. Anyone else have the same problem?I was getting the same error and I managed to get it working with snayff's guide. I think the issue for me was the application secret. I quoted their guide and updated it with what ended up working for me:On 12/26/2025 at 3:04 PM, snayff said:SetupReplace bracketed variables with your actual values and be sure to remove the brackets as well.Install Redis (https://hub.docker.com/_/redis/)Leave all defaultInstall Postgres18 (https://hub.docker.com/_/postgres/)POSTGRES_PASSWORD : [your_password]POSTGRES_USER : [your_user]POSTGRES_DB : docmostOther values left as default.Install DocmostUpdate the Storage Path to use the correct path: /mnt/user/appdata/docmost/I created the docmost directory manually first since I'm not sure how the container handles missing directories.Application URL : [server IP]:[port]I have NGINX Proxy running so I used a https URL. This will come in handy for the editor since it will need web sockets to work properly.Application Secret : [32 key secret]I used the OpenSSL command to get it generated directly in the main Unraid console: openssl rand -hex 32Database URL : postgresql://[your_postgres_user]:[your_postgres_pw]@[your_postgres_IP]:[your_postgres_port]/docmostRedis URL : redis://[your_redis_ip]:[your_redis_port]If you have to change your WebUI port due to a conflict, you need to also change it to match in the advanced settings URL in the top section: https://[IP]:[PORT:300#]
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.