mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
minors
This commit is contained in:
parent
e2bb3bf626
commit
b5624f0c06
2 changed files with 44 additions and 42 deletions
|
|
@ -11,11 +11,11 @@ Starting:
|
|||
```sh
|
||||
CURRENT_USER=$UID:$GID docker-compose up --build -d
|
||||
|
||||
docker-compose logs -f edumeet
|
||||
docker-compose logs -f --tail=50 edumeet
|
||||
```
|
||||
|
||||
Accessing endpoints:
|
||||
|
||||
- Edumeet: https://127.0.0.1:8443/
|
||||
- Prometheus: http://127.0.0.1:9090/
|
||||
- Grafana: http://127.0.0.1:9091/
|
||||
- Grafana: http://127.0.0.1:9091/ (user:pass `admin`:`admin`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue