소스 검색

chore: add warning to compose file and readme (#5123)

* add warning to compose file

* add readme
Daniel Dietzler 1 년 전
부모
커밋
f2877c3a6e
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      docker/README.md
  2. 8 0
      docker/docker-compose.yml

+ 5 - 0
docker/README.md

@@ -0,0 +1,5 @@
+> [!CAUTION]
+> 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.

+ 8 - 0
docker/docker-compose.yml

@@ -1,5 +1,13 @@
 version: "3.8"
 
+#
+# WARNING: 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 the compose file on main may not be compatible with the latest release.
+#
+
 name: immich
 
 services: