This project is on charge of checking everyday if there is a new Element version and create the proper docker image and push it to the hub as need it.
Element (formerly known as Vector/Riot) is a web client for Matrix an open network for secure, decentralized communication.
$ docker run --name element -p 8080:80 -d ghcr.io/bubuntux/element-web
Then you can hit http://localhost:8080 in your browser.
$ docker run -v /host/path/config.json:/etc/element-web/config.json:ro --name element -p 8080:80 -d ghcr.io/bubuntux/element-web
For information on the syntax of the element configuration file, see the official documentation.
$ docker run -v /host/path/nginx.conf:/etc/nginx/nginx.conf:ro --name element -p 8080:80 -d ghcr.io/bubuntux/element-web
For information on the syntax of the nginx configuration files, see the official documentation (specifically the Beginner's Guide).