Update README.md

This commit is contained in:
divyam234 2024-08-20 16:41:40 +05:30 committed by GitHub
parent 4480fd34c3
commit 613e3d398b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 docker compose -f teldrive.yml -f image-resizer.yml up -d
``` ```
- **Go to http://machine_ip:8080** - **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] > [!WARNING]
> Make sure to run ```touch session.db``` to create empty session file if you are using docker compose otherwise app will not run. > 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. > 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.