Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.2 KB

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
    volumes:
      - ./element/config.json:/app/config.json:ro,Z
    user: "101:101"
    read_only: true
    tmpfs:
      - /var/cache/nginx:size=50M,mode=0770,noexec,nosuid,nodev
    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.