From 4fb5b094f41ad24da75834f32a283947c8f6e327 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Wed, 13 Nov 2024 21:02:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb3cc2..a3c7da2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Here is an example setup for [securing Immich behind mTLS](./docs/securing-immic 2. Update the value for `IMMICH_URL` in your docker-compose file to point to your local URL for Immich. This should not be a public URL. -3. Start the docker container. You can test that it is working by visiting `https://your-server.com/healthcheck`. +3. Start the docker container. You can test that it is working by visiting `https://your-proxy-url.com/healthcheck`. Check the container console output for any error messages. ```bash