Config: Add preview build info to docker-compose.yml examples
This commit is contained in:
parent
4e91771afd
commit
cab5173ed5
5 changed files with 6 additions and 1 deletions
|
@ -20,6 +20,7 @@ version: '3.5'
|
|||
|
||||
services:
|
||||
photoprism:
|
||||
# Use photoprism/photoprism-arm64:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism-arm64:latest
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
# configured as it otherwise may get stuck in a restart loop:
|
||||
|
|
|
@ -20,6 +20,7 @@ version: '3.5'
|
|||
|
||||
services:
|
||||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
# configured as it otherwise may get stuck in a restart loop:
|
||||
|
|
|
@ -20,7 +20,8 @@ version: '3.5'
|
|||
|
||||
services:
|
||||
photoprism:
|
||||
# Use photoprism/photoprism-arm64:latest instead if you own a new ARM-based Mac:
|
||||
# Use photoprism/photoprism-arm64:latest instead if you own an ARM-based Mac,
|
||||
# or photoprism/photoprism(-arm64):preview for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
# configured as it otherwise may get stuck in a restart loop:
|
||||
|
|
|
@ -20,6 +20,7 @@ version: '3.5'
|
|||
|
||||
services:
|
||||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
# configured as it otherwise may get stuck in a restart loop:
|
||||
|
|
|
@ -23,6 +23,7 @@ version: '3.5'
|
|||
|
||||
services:
|
||||
photoprism:
|
||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||
image: photoprism/photoprism:latest
|
||||
# Only enable automatic restarts once your installation is properly
|
||||
# configured as it otherwise may get stuck in a restart loop:
|
||||
|
|
Loading…
Reference in a new issue