Docker: Improve docker-compose.yml example for ARM64
This commit is contained in:
parent
d9750b24a5
commit
45063ef33f
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ version: '3.5'
|
|||
|
||||
# Example Docker Compose config file for PhotoPrism (Raspberry Pi and other ARM-based devices)
|
||||
#
|
||||
# ATTENTION: You have to boot your Raspberry Pi 3 / 4 with the parameter "arm_64bit=1"
|
||||
# in config.txt to use our ARM64 image.
|
||||
#
|
||||
# IMPORTANT: When installing PhotoPrism on a public server outside your home network, please
|
||||
# always run it behind a secure HTTPS reverse proxy like Traefik, Caddy, or NGINX.
|
||||
# Your files and passwords will be transmitted in clear text otherwise.
|
||||
|
|
Loading…
Reference in a new issue