chore: Update Readme.md

This commit is contained in:
divyam234 2024-08-20 16:58:02 +05:30
parent 4fdd391304
commit 9990d56506

View file

@ -97,11 +97,13 @@ You can generate secret from [here](https://generate-secret.vercel.app/64).
```sh
docker network create postgres
mkdir imagestore
chown -R 1000:1000 imagestore
touch session.db
docker compose -f postgres.yml up -d #Run this only if you want to use self-hosted db
docker compose -f teldrive.yml -f image-resizer.yml up -d
docker compose -f teldrive.yml up -d
#Image Resize Service
mkdir imagestore
chown -R 1000:1000 imagestore
docker compose -f image-resizer.yml up -d
```
- **Go to http://machine_ip:8080**
- **Change Image resizer Host to http://machine_ip:8000 in UI settings.**