mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +00:00
Update README.md
This commit is contained in:
parent
8b6d9e2d1a
commit
a88870633b
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ 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.
|
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:
|
3. Start the docker container. You can test that it is working by visiting the `https://your-server.com/healthcheck` URL.
|
||||||
|
Check the container console output for any error messages.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
Loading…
Reference in a new issue