Update README.md

This commit is contained in:
Alan Grainger 2024-11-13 21:02:00 +01:00 committed by GitHub
parent 415eea45ae
commit 4fb5b094f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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