Browse Source
Upgrade photoprism app to 20210925 (#999)
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
btcpay-local-message
Michael Mayer
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
apps/photoprism/docker-compose.yml
|
|
@ -2,8 +2,7 @@ version: "3.7" |
|
|
|
|
|
|
|
services: |
|
|
|
web: |
|
|
|
# TODO: Update to release tag when photoprism support multiarch images |
|
|
|
image: photoprism/photoprism:preview@sha256:7fd6df5b78270d01299c1ce7dd8d4dc4de76540323a7c84f13e39cd48b12eac5 |
|
|
|
image: photoprism/photoprism:20210925@sha256:238e6955804d82097d08f0e4318835721f46bd844f9065a38aa7d112ab72906e |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: "1m" |
|
|
|