Update README.md

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

View file

@ -107,7 +107,7 @@ docker compose -f teldrive.yml -f image-resizer.yml up -d
- **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.
> Image Resizer will not work if you are accessing teldrive on localhost so use machine ip to access teldrive and image resizer.Otherwise change compose files to use host network.
### Use without docker