diff --git a/README.md b/README.md index ca8842b..28814f6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project sets up a Immich Machine Learning instance with Tailscale VPN integ ``` ts-immich-machine-learning/ ├── docker-compose.yml -├── tailscale/ +└── tailscale/ ├── tailscale-data/ # Persistent Tailscale state └── config/ # Tailscale configuration files @@ -48,7 +48,7 @@ ts-immich-machine-learning/ 7. Configure Immich - After starting the services your service should be available via tailnet at https://immich-machine-learning.{{YOUR_TAILNET_DOMAIN}}.ts.net ie https://immich-machine-learning.tail12345.ts.net/ - - add the new machine learning service to the immich configuration json under the machine learning section + - Add the new machine learning service to the immich configuration json under the `machineLearning.urls` as desired. If you are using the [basic DAM Immich deployment](https://gitea.damconsulting.llc/DAM/ts-immich), and have not changed the base config, there will be a localhost endpoint which points to the immich-machine-learning service from that deployment. update the list according to your desired configuration. ## Services