This commit is contained in:
Kameron Kenny 2024-06-05 13:09:18 -04:00
commit 73754f484f
No known key found for this signature in database
GPG Key ID: E5006629839D2276
2 changed files with 11 additions and 0 deletions

0
README.md Normal file
View File

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
services:
grafana:
image: grafana/grafana
container_name: grafana
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- grafana-storage: /var/lib/docker/volumes/grafana
volumes:
grafana-storage: {}