diff --git a/docker/docker-compose.dev.yml b/docker/docker-compose.dev.yml index 92e4b67979..723866ec19 100644 --- a/docker/docker-compose.dev.yml +++ b/docker/docker-compose.dev.yml @@ -1,4 +1,13 @@ -# See: +# +# WARNING: To install Immich, follow our guide: https://immich.app/docs/install/docker-compose +# +# Make sure to use the docker-compose.yml of the current release: +# +# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml +# +# The compose file on main may not be compatible with the latest release. + +# For development see: # - https://immich.app/docs/developer/setup # - https://immich.app/docs/developer/troubleshooting diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index f114d13a8f..980e62374d 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -1,3 +1,12 @@ +# +# WARNING: To install Immich, follow our guide: https://immich.app/docs/install/docker-compose +# +# Make sure to use the docker-compose.yml of the current release: +# +# https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml +# +# The compose file on main may not be compatible with the latest release. + name: immich-prod services: diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index df3fc3ce56..248fdf5bd5 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,10 +1,11 @@ # -# WARNING: Make sure to use the docker-compose.yml of the current release: +# WARNING: To install Immich, follow our guide: https://immich.app/docs/install/docker-compose +# +# Make sure to use the docker-compose.yml of the current release: # # https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml # # The compose file on main may not be compatible with the latest release. -# name: immich