Spaces:
Paused
Paused
Merge branch 'main' of https://github.com/ramonvc/freegpt-webui
Browse files
README.md
CHANGED
|
@@ -96,14 +96,14 @@ To enable it, just go to the `config.json` file and change the value of the "use
|
|
| 96 |
Before you start, make sure you have installed [Docker](https://www.docker.com/get-started) on your machine.
|
| 97 |
|
| 98 |
### Running the Docker
|
| 99 |
-
|
| 100 |
```
|
| 101 |
-
docker-
|
| 102 |
```
|
| 103 |
|
| 104 |
-
Run the application using Docker
|
| 105 |
```
|
| 106 |
-
docker-
|
| 107 |
```
|
| 108 |
|
| 109 |
Access the application in your browser using the URL:
|
|
@@ -117,7 +117,7 @@ http://localhost:1338
|
|
| 117 |
|
| 118 |
When you're done using the application, stop the Docker containers using the following command:
|
| 119 |
```
|
| 120 |
-
docker-
|
| 121 |
```
|
| 122 |
|
| 123 |
## Incorporated Projects :busts_in_silhouette:
|
|
|
|
| 96 |
Before you start, make sure you have installed [Docker](https://www.docker.com/get-started) on your machine.
|
| 97 |
|
| 98 |
### Running the Docker
|
| 99 |
+
Pull the Docker image from Docker Hub:
|
| 100 |
```
|
| 101 |
+
docker pull ramonvc/freegpt-webui
|
| 102 |
```
|
| 103 |
|
| 104 |
+
Run the application using Docker:
|
| 105 |
```
|
| 106 |
+
docker run -p 1338:1338 ramonvc/freegpt-webui
|
| 107 |
```
|
| 108 |
|
| 109 |
Access the application in your browser using the URL:
|
|
|
|
| 117 |
|
| 118 |
When you're done using the application, stop the Docker containers using the following command:
|
| 119 |
```
|
| 120 |
+
docker stop <container-id>
|
| 121 |
```
|
| 122 |
|
| 123 |
## Incorporated Projects :busts_in_silhouette:
|