question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker installation with Unraid

See original GitHub issue

[Paste from Reddit post]

Hi everyone,

please someone could give me hint on how to make it work on my Unraid server ?I pulled the eugenci/papermerge image but I don’t know how to configure it…:

/config allocation, /db ?, internal/external port, other ?

I’m used to those types of way to go (example woth SabNZBd) :

docker create \ 
--name=sabnzbd \ 
-e PUID=1000 \ 
-e PGID=1000 \ 
-e TZ=Europe/London \ 
-p 8080:8080 \ 
-p 9090:9090 \ 
-v /path/to/data:/config \ 
-v /path/to/downloads:/downloads \ 
-v /path/to/incomplete/downloads:/incomplete-downloads
--restart unless-stopped \   
linuxserver/sabnzbd

But I’m not able to use the docker compose method. Any hints for me ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
AlexanderEDaviscommented, Sep 29, 2020

Linuxserver have released their CA template on Unraid

1reaction
Quoticcommented, Sep 30, 2020

@ciur I think you can close this (?)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Install a Docker Container from a Docker Pull Command
I am trying to get Universal Media Server Installed in UNRAID version 6.8.3. I was not able to find a template for this...
Read more >
Unraid: How to Install and Configure Docker Folder Plugin
Docker Folder lets you create folders for docker containers to help with your organization, especially useful if you're using docker -compose ...
Read more >
Unraid: How to Install Apps from Docker Hub (Ghost Blog)
All about Docker in unRAID. Docker principles and setup · you need to learn Docker RIGHT NOW!! // Docker Containers 101 · GPT...
Read more >
UNRAID Setup Guide 2022. PLUS! Intro to Docker ... - YouTube
In this video I'll show you how to download Unraid, create an Unraid Boot USB, Test your system memory and Disks, launch Unraid, ......
Read more >
All about Docker in unRAID. Docker principles and setup
This video is about docker in unRAID. We discus what docker is. What the docker image is and how to set up a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found