8000 GitHub - pitkley/docker-paperless: Docker container for https://github.com/danielquinn/paperless/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

pitkley/docker-paperless

Repository files navigation

DEPRECATION NOTICE!

Please switch to the official danielquinn/paperless image on Docker Hub! It does work identically and does not require you modifiying your configuration besides switching from pitkley/paperless to danielquinn/paperless.

(This image will keep tracking the official GitHub-repository for the foreseeable future, but I still encourage you to switch!)

Paperless Docker container

Docker image for Paperless. See Docker Hub.

This README is very bare right now, to be extended.

Setup

(This assumes the sample docker-compose.yml, adapt as needed.)

  1. Create and start:

    docker-compose up -d
    
  2. Create the superuser interactively:

    $ docker-compose run --rm webserver createsuperuser
  3. Connect and test

Map default UID and GID

If you want the user and group IDs from the default paperless user in the image to be different from 1000, you can specify the USERMAP_UID and USERMAP_GID environment variables. This can be relevant if you want to map a host-directory to be the consumption directory and want to "passthrough" the UID and GID of the host-user that should own that directory.

About

Docker container for https://github.com/danielquinn/paperless/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0