element webclient installiert

This commit is contained in:
mindesbunister
2025-06-26 14:49:10 +02:00
parent 6dba2bf524
commit e498f6abed

10
compose_files/element.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
element-web:
image: vectorim/element-web:latest
container_name: element-web
volumes:
- /home/icke/element/config.json:/app/config.json:ro
ports:
- "8097:80"
restart: unless-stopped