12 lines
216 B
YAML
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
|