mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
* Create arm variant for sqlite-tika as apache/tika does not support arm64 arch right now https://github.com/jonaswinkler/paperless-ng/discussions/1256 * Update documentation to explain why there is a seemingly duplicated docker-compose file * Add caveat about arm arch * Update docs to encourage use of the new docker-compose * Remove whitespace https://github.com/jonaswinkler/paperless-ng/pull/1354/checks?check_run_id=3756807426 * Update docker container to use official ngx Co-authored-by: Quinn Casey <quinn@quinncasey.com> * doesn -> does not * Update docker/compose/docker-compose.postgres-tika.yml Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com> * Update docker/compose/docker-compose.sqlite-tika.arm.yml Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com> * Update docker/compose/docker-compose.sqlite-tika.yml Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com> * Update docker/compose/docker-compose.sqlite-tika.arm.yml * Update docker-compose.sqlite-tika.arm.yml * Update docker/compose/docker-compose.sqlite-tika.arm.yml Co-authored-by: Jan-Hendrik Ewers <jh.ewers@gmail.com> * Add redisdata to volumes Co-authored-by: Quinn Casey <quinn@quinncasey.com>
This commit is contained in:

committed by
GitHub

parent
a4b36b041a
commit
5065f2cb80
@@ -1,6 +1,7 @@
|
||||
# docker-compose file for running paperless from the Docker Hub.
|
||||
# docker-compose file for running paperless from the docker container registry.
|
||||
# This file contains everything paperless needs to run.
|
||||
# Paperless supports amd64, arm and arm64 hardware.
|
||||
# Paperless supports amd64, arm and arm64 hardware. The apache/tika image
|
||||
# does not support arm or arm64, however.
|
||||
#
|
||||
# All compose files of paperless configure paperless in the following way:
|
||||
#
|
||||
|
Reference in New Issue
Block a user