Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Dec 7, 2024
1 parent c51059a commit 561c695
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,14 @@ Then connect to the web UI on port HTTP/5050.

#### Step 3. Start frontend (web)

Then launch the web frontend, execute:
Last build and launch the web frontend, execute:

```bash
$ docker compose up web
docker compose build web
docker compose up web
```
This step can take some time as it will first do a build to generate the static website based on your settings.

The first step can take some time as it will first do a build to generate the static website based on your settings.

The frontend should be accessible via port HTTP/8080.

Expand Down

0 comments on commit 561c695

Please sign in to comment.