mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
7 lines
145 B
YAML
7 lines
145 B
YAML
services:
|
|
grafana:
|
|
image: grafana/grafana-enterprise
|
|
container_name: grafana
|
|
restart: unless-stopped
|
|
ports:
|
|
- '3000:3000'
|