Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotshniper21 authored Aug 3, 2023
1 parent d8110ff commit 22f80a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ run the following command to pull and run the docker image.
```sh
$ docker build -t consumet-api . && docker run -p 8080:8080 consumet-api
```
This will start the server on port 3000. You can access the server at http://localhost:3000/, And can change the port by changing the -p option to `-p <port>:3000`.
This will start the server on port 8080. You can access the server at http://localhost:8080/, And can change the port by changing the -p option to `-p <port>:8080`.

You can add `-d` flag to run the server in detached mode.

Expand Down

0 comments on commit 22f80a4

Please sign in to comment.