You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ You only need to use ONE of the following options:
20
20
#### Option #1: Using Docker
21
21
You can download this repository and run it using [Docker](https://www.docker.com/get-started):
22
22
23
-
```docker compose up```
23
+
```
24
+
$ docker compose up
25
+
```
24
26
25
27
Then head over to [http://localhost:8000/docs](http://localhost:8000/docs) or [http://localhost:8000/redoc](http://localhost:8000/redoc) in the browser.
0 commit comments