element/compose.yaml

10 lines
167 B
YAML
Raw Normal View History

2024-05-01 09:24:20 +00:00
---
services:
element:
image: "$IMAGEAPP"
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./config/config.json:/app/config.json:ro