Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Element Web

Build, scan & push

Features & usage

Sample Docker Compose config

  element:
    image: ghcr.io/polarix-containers/element-web:latest
    container_name: element
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./element/config.json:/app/config.json:ro,Z
    user: "101:101"
    read_only: true
    tmpfs:
      - /etc/nginx/conf.d:size=50M,mode=0770,noexec,nosuid,nodev,uid=101
      - /var/cache/nginx:size=50M,mode=0770,noexec,nosuid,nodev,uid=101
    security_opt:
      - no-new-privileges:true
    cap_drop:
      - ALL

Licensing

  • Licensed under AGPL 3 to comply with licensing by Element.
  • Any image built by Polarix Containers is provided under the combination of license terms resulting from the use of individual packages.

About

Regular rebuilds up upstream container, unprivileged

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Packages

Used by

Contributors

Languages