mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-24 22:26:13 +03:00
spell out upgrade instructions
This commit is contained in:
@@ -72,14 +72,19 @@ is launched.
|
|||||||
|
|
||||||
## To admin
|
## To admin
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# To upgrade
|
||||||
|
docker compose pull
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
# To register a user
|
# To register a user
|
||||||
docker compose exec mas mas-cli -c /data/config.yaml manage register-user
|
docker compose exec mas mas-cli -c /data/config.yaml manage register-user
|
||||||
```
|
```
|
||||||
|
|
||||||
## Diagnostics
|
## Diagnostics
|
||||||
|
|
||||||
```
|
```bash
|
||||||
# check that OIDC is working - useful for debugging TLS problems
|
# check that OIDC is working - useful for debugging TLS problems
|
||||||
docker compose exec mas mas-cli -c /data/config.yaml doctor
|
docker compose exec mas mas-cli -c /data/config.yaml doctor
|
||||||
````
|
````
|
||||||
@@ -94,9 +99,7 @@ docker compose exec mas mas-cli -c /data/config.yaml doctor
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
* [ ] mention this from synapse/contrib/docker*
|
|
||||||
* [ ] pop up https://element in your browser once synapse has started up successfully for the first time, perhaps
|
* [ ] pop up https://element in your browser once synapse has started up successfully for the first time, perhaps
|
||||||
* [ ] test $VOLUME_PATH (or remove it)
|
* [ ] test $VOLUME_PATH (or remove it)
|
||||||
* [ ] swap nginx for caddy or traefik to simplify Letsencrypt
|
* [ ] swap nginx for caddy or traefik to simplify Letsencrypt
|
||||||
* [ ] set up livekit TURN (tcp & udp port 443) for better firewall traversal and voip performance
|
* [ ] set up livekit TURN (tcp & udp port 443) for better firewall traversal and voip performance
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user