monra commited on
Commit
9b52e76
1 Parent(s): eebc4a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- Build the Docker image:
100
  ```
101
- docker-compose build
102
  ```
103
 
104
- Run the application using Docker Compose:
105
  ```
106
- docker-compose up
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-compose down
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: