Update doc

This commit is contained in:
xbgmsharp
2024-12-07 12:07:45 +01:00
parent c51059a431
commit 561c695f32

View File

@@ -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.