Docker: Update system requirements for cloud config

This commit is contained in:
Michael Mayer 2021-08-06 09:23:01 +02:00
parent 4c3d6e41a7
commit 2b0c0a9895
2 changed files with 5 additions and 1 deletions

View file

@ -44,4 +44,5 @@ We recommend hosting PhotoPrism on a server with at least 2 cores and
should match the number of cores. Indexing large photo and video
collections significantly benefits from fast, local SSD storage.
RAW file conversion and automatic image classification using TensorFlow
will be disabled on servers with less than 2 GB of physical memory.

View file

@ -53,6 +53,9 @@ version: '3.5'
# should match the number of cores. Indexing large photo and video
# collections significantly benefits from fast, local SSD storage.
#
# RAW file conversion and automatic image classification using TensorFlow
# will be disabled on servers with less than 2 GB of physical memory.
#
# DOCKER COMPOSE COMMAND REFERENCE
# ------------------------------------------------------------------
# Start | docker-compose up -d