photoprism/docker/photoprism-arm64/README.md
Michael Mayer f99bcb0bdf Docker: Refactor directory structure for ARM64 #109
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-01-19 23:28:59 +01:00

1.1 KiB

PhotoPrism for Raspberry Pi (64bit)

Big thank you to Guy Sheffer for building this!

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

wget https://raw.githubusercontent.com/photoprism/photoprism/develop/docker/photoprism-arm64/docker-compose.yml
sudo docker-compose up

Note: This is work in progress and we'll shorten the URL as soon as possible. Please read the following OS and hardware requirements before starting the app.

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

You can also use UbuntuDockerPi to run the image.