Watches a directory for files and uploads them to a paperless-ngx instance.
880
This image supports multiple architectures:
amd64, x86-64armv7, armhfarm64, aarch64Docker images are uploaded with using Docker manifest lists to make multi-platform deployments easer. More info can be found from Docker
You can simply pull the image using gesquive/paperless-uploader and docker should retreive the correct image for your architecture.
If you want a specific version of paperless-uploader you can pull it by specifying a version tag.
This image provides versions that are available via tags.
| Tag | Description |
|---|---|
latest | Latest stable release |
0.9.0 | Stable release v0.9.0 |
0.9.0-<git_hash> | Development preview of version v0.9.0 at the given git hash |
Here are some example snippets to help you get started creating a docker container.
docker run \
--name=paperless-uploader \
-v path/to/config:/config \
-v path/to/watch:/watch \
--restart unless-stopped \
gesquive/paperless-uploader
Compatible with docker-compose v2 schemas.
---
version: "2"
services:
paperless-uploader:
image: gesquive/paperless-uploader
container_name: paperless-uploader
volumes:
- path/to/config:/config
- path/to/watch:/watch
restart: unless-stopped
The container defines the following parameters that you can set:
| Parameter | Function |
|---|---|
-v /config | The paperless-uploader config goes here |
-v /watch | The directory to watch |
Content type
Image
Digest
sha256:95beac9a4…
Size
7.9 MB
Last updated
about 2 years ago
Requires Docker Desktop 4.37.1 or later.