# Element Web How to run: ``` docker run \ -it \ -p 8080:8080 \ jerryaldrichiii/element-web:latest ``` Add the following to mount your own config: ``` -v /path/to/your/config.json:/usr/share/nginx/html/config.json ```