mirror of
https://github.com/wahyd4/FreeAskInternet.git
synced 2026-08-08 21:00:14 +10:00
add update method to readme
This commit is contained in:
@@ -44,6 +44,17 @@ docker-compose up
|
||||
🎉 You should now be able to open the web interface on http://localhost:3000. Nothing else is exposed by default.
|
||||
|
||||
|
||||
### How to update to latest
|
||||
|
||||
```bash
|
||||
cd ./FreeAskInternet
|
||||
git pull
|
||||
docker compose rm backend
|
||||
docker image rm nashsu/free_ask_internet
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Credits
|
||||
- ChatGPT-Next-Web : [https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)
|
||||
|
||||
Reference in New Issue
Block a user