← Todos os guias
PhotoPrism
An AI-powered photo management app that indexes and tags your library automatically, running entirely on your own hardware without a subscription.
Este guia foi elaborado a partir da documentação oficial do PhotoPrism, ligada acima — verifique sempre lá os nomes exatos dos pacotes/versões antes de executar estes comandos num servidor de produção, uma vez que as versões da distribuição e do projeto mudam com o tempo.
1Prerequisites
Make sure Docker is installed, and configure at least 4 GB of swap since indexing can be memory-intensive.
2Download the compose file
wget https://dl.photoprism.app/docker/compose.yaml3Set a secure admin password
Edit compose.yaml and change PHOTOPRISM_ADMIN_PASSWORD to a password of at least 8 characters — never leave the default on a public server.
4Start PhotoPrism
docker compose up -d5Log in
Open the web UI and sign in with username admin and the password you set.
open http://localhost:2342/