mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
clarify dns
This commit is contained in:
10
README.md
10
README.md
@@ -18,6 +18,8 @@ In particular, this has:
|
||||
* No support, security or maintenance guarantees whatsoever
|
||||
* No high availability, horizontal scalability, elastic scaling, clustering, backup etc.
|
||||
* No admin interface
|
||||
* No fancy config management (eg ansible), just env vars and templates
|
||||
* No fancy secret management (stored in plaintext on disk)
|
||||
* No UDP traffic or TURN for LiveKit (all traffic is tunnelled over TCP for simplicity)
|
||||
* No integration manager, integrations, or identity lookup server
|
||||
|
||||
@@ -25,11 +27,17 @@ For production-grade Matrix from Element, please see https://element.io/server-s
|
||||
|
||||
## To run
|
||||
|
||||
Install [Docker Compose](https://docs.docker.com/compose/install/). Then:
|
||||
Install [Docker Compose](https://docs.docker.com/compose/install/). Then:
|
||||
|
||||
```
|
||||
./setup.sh
|
||||
|
||||
# Point DNS for *.`domain` at your docker host,
|
||||
# Or if running on localhost with mkcert:
|
||||
# source .env; sudo echo "127.0.0.1 ${DOMAINS[@]}" >> /etc/hosts
|
||||
|
||||
docker compose up
|
||||
# go to https://element on your domain.
|
||||
```
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user