element/compose.yaml
2025-05-03 03:18:48 +00:00

12 lines
216 B
YAML

---
services:
element:
image: "$IMAGEAPP"
restart: unless-stopped
ports:
- "8080:8080"
environment:
- ELEMENT_WEB_PORT=8080
volumes:
- ./config/config.json:/app/config.json:ro