Closed FredNov closed 2 years ago
This is probably because the tika images aren't built for arm (RPi architecture). Check out https://github.com/abhilesh/apache-tika-arm. It looks like they created these tika images specifically so tika would work with paperless-ng on an RPi. Looks like they also made available some template files for running paperless on an RPi: https://github.com/abhilesh/self-hosted_docker_setups/tree/main/paperless-ng.
Edit: Caveat that it's always good to build your own docker images in lieu of running things you find on the internet (for security reasons).
Describe the bug Tika container constantly restarting.
To Reproduce Steps to reproduce the behavior:
command
docker logs -f paperless-tika-1
showsstandard_init_linux.go:228: exec user process caused: exec format error standard_init_linux.go:228: exec user process caused: exec format error standard_init_linux.go:228: exec user process caused: exec format error standard_init_linux.go:228: exec user process caused: exec format error standard_init_linux.go:228: exec user process caused: exec format error
Expected behavior The container should be up and running
Relevant information