Skip to content

djmaze/docker-element-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-element-web

Build status

This is a Docker image running a release version of element-web.

Usage

Pick a VERSION from the tags available at the Docker repository.

docker run -d \
  -e DEFAULT_HS_URL=https://my.home-server.org \
  -p 8080:8080/tcp \
  mazzolino/element-web:<VERSION>

The app will now be available at http://localhost:8080.

Available options

The container can be configured through several environment variables:

  • DEFAULT_HS_URL: default homeserver URL
  • DISABLE_GUESTS: disable guest access (true/false)
  • DISABLE_LOGIN_LANGUAGE_SELECTOR: disable login language selector (true/false)

See also the supplied docker-compose config for an example.