Config: Add preview build info to docker-compose.yml examples

This commit is contained in:
Michael Mayer 2020-12-30 18:50:36 +01:00
parent 4e91771afd
commit cab5173ed5
5 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: