AI: Fix "photoprism-vision" service in compose.yaml (development only)

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-09-12 15:29:52 +02:00
parent e45a23f9a4
commit 64da1d36ed

View file

@ -289,7 +289,6 @@ services:
## See: https://github.com/photoprism/photoprism-vision
photoprism-vision:
image: photoprism/vision:latest
entrypoint: [ "/app/venv/bin/flask" ]
## Only starts this service if the "all" or "vision" profile is specified::
## docker compose --profile vision up -d
profiles: ["all", "vision"]