Config: Update docker-compose.yml example files
https://twitter.com/photoprism_app/status/1657452177592385536 Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
0b780defbb
commit
569bd6c2a0
9 changed files with 0 additions and 9 deletions
|
@ -9,7 +9,6 @@ version: '3.5'
|
|||
# the "no matching manifest" error on Raspberry Pi OS (Raspbian). See documentation for details.
|
||||
# - Use https://dl.photoprism.app/docker/armv7/docker-compose.yml to run PhotoPrism and MariaDB on ARMv7-based devices
|
||||
# as well as Raspberry Pi OS (Raspbian) installations without 64-bit support.
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - In case you see Docker errors related to "cgroups", try adding the following parameters to /boot/firmware/cmdline.txt
|
||||
|
|
|
@ -4,7 +4,6 @@ version: '3.5'
|
|||
#
|
||||
# Note:
|
||||
# - Use https://dl.photoprism.app/docker/arm64/docker-compose.yml for running PhotoPrism on ARM64-based (64-bit) devices.
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - In case you see Docker errors related to "cgroups", try adding the following parameters to /boot/firmware/cmdline.txt
|
||||
|
|
|
@ -3,7 +3,6 @@ version: '3.5'
|
|||
# Example Docker Compose config file for PhotoPrism (Linux / AMD64)
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - If you install PhotoPrism on a public server outside your home network, please always run it behind a secure
|
||||
|
|
|
@ -3,7 +3,6 @@ version: '3.5'
|
|||
# Example Docker Compose config file for PhotoPrism (Apple macOS)
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - If you install PhotoPrism on a public server outside your home network, please always run it behind a secure
|
||||
|
|
|
@ -7,7 +7,6 @@ version: '3.5'
|
|||
# - https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - If you install PhotoPrism on a public server outside your home network, please always run it behind a secure
|
||||
|
|
|
@ -4,7 +4,6 @@ version: '3.5'
|
|||
# Includes Ofelia, a docker job scheduler: https://github.com/mcuadros/ofelia
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - If you install PhotoPrism on a public server outside your home network, please always run it behind a secure
|
||||
|
|
|
@ -3,7 +3,6 @@ version: '3.5'
|
|||
# Example Docker Compose config file for PhotoPrism (Linux / AMD64)
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Use SQLite only for small libraries and testing. SQLite locks the index on updates, so other operations have to
|
||||
# wait. In the worst case, this can lead to timeout errors. MariaDB is optimized for high concurrency.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
|
|
|
@ -3,7 +3,6 @@ version: '3.5'
|
|||
# Example Docker Compose config file for PhotoPrism (Windows / AMD64)
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - Windows Pro users should disable the WSL 2 based engine in Docker Settings > General so that
|
||||
|
|
|
@ -3,7 +3,6 @@ version: '3.5'
|
|||
# Example Podman Compose config file for PhotoPrism (RedHat, CentOS, Fedora, and AlmaLinux)
|
||||
#
|
||||
# Note:
|
||||
# - Hardware transcoding is only available to members due to the high maintenance and support effort.
|
||||
# - Running PhotoPrism on a server with less than 4 GB of swap space or setting a memory/swap limit can cause unexpected
|
||||
# restarts ("crashes"), for example, when the indexer temporarily needs more memory to process large files.
|
||||
# - If you install PhotoPrism on a public server outside your home network, please always run it behind a secure
|
||||
|
|
Loading…
Reference in a new issue