mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 03:07:47 +00:00
Update doc
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user