Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jun 25, 2023
2 parents 4c0b081 + 9b52e76 commit 8b4ee28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ To enable it, just go to the `config.json` file and change the value of the "use
Before you start, make sure you have installed [Docker](https://www.docker.com/get-started) on your machine.

### Running the Docker
Build the Docker image:
Pull the Docker image from Docker Hub:
```
docker-compose build
docker pull ramonvc/freegpt-webui
```

Run the application using Docker Compose:
Run the application using Docker:
```
docker-compose up
docker run -p 1338:1338 ramonvc/freegpt-webui
```

Access the application in your browser using the URL:
Expand All @@ -117,7 +117,7 @@ http://localhost:1338

When you're done using the application, stop the Docker containers using the following command:
```
docker-compose down
docker stop <container-id>
```

## Incorporated Projects :busts_in_silhouette:
Expand Down

0 comments on commit 8b4ee28

Please sign in to comment.