changing to sensible docker compose

This commit is contained in:
philbob 2024-12-27 23:59:56 +00:00
parent 3ec8823dee
commit 8d7fde51fd
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
version: "3.8"
services:
grafana:
image: grafana/grafana:latest
container_name: grafana_docker
restart: unless-stopped
# if you are running as root then set it to 0
# else find the right id with the id -u command
user: '0'
ports:
- '3000:3000'
# mounting volume point which we create earlier
volumes:
- '~/grafana-docker/grafana_data:/var/lib/grafana'