Skip to content

Regular rebuilds up upstream container, unprivileged

License

Notifications You must be signed in to change notification settings

Polarix-Containers/element-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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.

About

Regular rebuilds up upstream container, unprivileged

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages