10 lines
167 B
YAML
10 lines
167 B
YAML
---
|
|
services:
|
|
element:
|
|
image: "$IMAGEAPP"
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./config/config.json:/app/config.json:ro
|