From 613e3d398bdc8537b58d3cab35ea94c77b35e01b Mon Sep 17 00:00:00 2001 From: divyam234 <47589864+divyam234@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:41:40 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a71a74..ad8acbf 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ docker compose -f postgres.yml up -d #Run this only if you want to use self-host docker compose -f teldrive.yml -f image-resizer.yml up -d ``` - **Go to http://machine_ip:8080** -- **Change Image resizer Host to http://machine_ip:8080 in UI settings.** +- **Change Image resizer Host to http://machine_ip:8000 in UI settings.** > [!WARNING] > Make sure to run ```touch session.db``` to create empty session file if you are using docker compose otherwise app will not run. > Image Resizer will not work if you are accessing teldrive on localhot so use machine ip to access teldrive and image resizer.Otherwise change compose files to use host network.