photoprism/docker/photoprism-arm64
Michael Mayer 42ce669bf3 Dockerfiles: Set PHOTOPRISM_CONFIG_PATH
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-03-28 22:59:21 +01:00
..
docker-compose.yml Backend: Upgrade & improve Dockerfiles #263 2020-03-23 20:29:31 +01:00
Dockerfile Dockerfiles: Set PHOTOPRISM_CONFIG_PATH 2020-03-28 22:59:21 +01:00
README.md Docker: Add download link to arm64 docs 2020-01-21 18:14:06 +01:00

PhotoPrism for Raspberry Pi (64bit)

Big thank you to Guy Sheffer for building this!

Simply download our docker-compose.yml (edit to change config) and run docker-compose up to start PhotoPrism:

wget https://dl.photoprism.org/docker/arm64/docker-compose.yml
sudo docker-compose up

Image name on Docker Hub: photoprism/photoprism-arm64

Operating System and Hardware Requirements

You need to boot your Raspberry Pi 3/4 with the parameter arm_64bit=1 in config.txt to be able to use this image. A fast SD card and 4 GB of RAM are recommended, in addition you might want to add swap for large photo collections.

Make sure your docker compose configuration contains the following setting:

  photoprism:
    security_opt:
      - seccomp:unconfined

Alternatively, you can run the image on UbuntuDockerPi. It's a 64bit Ubuntu Server with Docker pre-installed.

See also: https://www.raspberrypi.org/documentation/installation/installing-images/README.md