From d784c7737a55c79a832690b034e49bc5fcfa0fdd Mon Sep 17 00:00:00 2001 From: Yishai Elyada Date: Thu, 12 Jun 2025 05:15:45 +0300 Subject: [PATCH] chore(docs): add rename note to synology.md (#17425) * Update synology.md Make sure to change example.env to .env, this is not trivial for non-Docker experts. * Update synology.md Wrapped file names in code tags * chore: linting --------- Co-authored-by: Jason Rasmussen --- docs/docs/install/synology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/install/synology.md b/docs/docs/install/synology.md index e8bca61489..c61513b7f6 100644 --- a/docs/docs/install/synology.md +++ b/docs/docs/install/synology.md @@ -25,7 +25,7 @@ When you're all done, you should have the following: - `./docker/immich-app/postgres` - `./docker/immich-app/library` -Download [`docker-compose.yml`](https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml) and [`example.env`](https://github.com/immich-app/immich/releases/latest/download/example.env) to your computer. Upload the files to the `./docker/immich-app` directory. +Download [`docker-compose.yml`](https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml) and [`example.env`](https://github.com/immich-app/immich/releases/latest/download/example.env) to your computer. Upload the files to the `./docker/immich-app` directory, and rename `example.env` to `.env`. ## Step 2 - Populate the .env file with custom values