mirror of
https://github.com/tcsenpai/easy-web-summarizer.git
synced 2025-06-06 10:35:20 +00:00
Update README.md with Docker compose instructions and fix formatting
This commit is contained in:
parent
df884f8ae4
commit
4fdcfaf942
@ -48,9 +48,6 @@ docker run -p 7860:7860 web_summarizer
|
|||||||
|
|
||||||
# Run if you run ollama on host
|
# Run if you run ollama on host
|
||||||
docker run --network='host' -p 7860:7860 web_summarizer
|
docker run --network='host' -p 7860:7860 web_summarizer
|
||||||
|
|
||||||
# Run both app and ollama as docker containers
|
|
||||||
docker compose up
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -58,10 +55,10 @@ docker compose up
|
|||||||
|
|
||||||
To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities.
|
To contribute to the development of this script, clone the repository, make your changes, and submit a pull request. We welcome contributions that improve the script's functionality or extend its capabilities.
|
||||||
|
|
||||||
- [ ] Summarizer youtube
|
- [ ] Summarize youtube videos
|
||||||
- [x] Dockerize project
|
- [x] Dockerize project
|
||||||
- [ ] Serve on web
|
- [ ] Serve on web
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This script is released under the MIT License. See the LICENSE file in the repository for full details.
|
This script is released under the MIT License. See the [LICENSE](./LICENSE) file in the repository for full details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user