mirror of
https://github.com/immich-app/immich.git
synced 2025-06-20 17:03:14 +02:00
Allow docker image version pinning (#2617)
* Allow docker image version pinning * Updating docker-compose documentation. * Fixing formatting * Added Optional to documentation.
This commit is contained in:
parent
5702442783
commit
9f2b5ea86e
3 changed files with 25 additions and 5 deletions
docker
|
@ -105,3 +105,12 @@ IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
|
|||
####################################################################################
|
||||
|
||||
#IMMICH_API_URL_EXTERNAL=http://localhost:3001
|
||||
|
||||
###################################################################################
|
||||
# Immich Version - Optional
|
||||
#
|
||||
# This allows all immich docker images to be pinned to a specific version. By default,
|
||||
# the version is "release" but could be a specific version, like "v1.59.0".
|
||||
###################################################################################
|
||||
|
||||
#IMMICH_VERSION=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue