Skip to content

Mount grafana.ini from Host for Editable Grafana Configuration #682

@MPLA101

Description

@MPLA101

To ensure that we can easily make persistent changes to the Grafana configuration (grafana.ini), we need to mount the grafana.ini file from the host to the Docker container. This will allow us to modify the configuration without needing to access the container directly, ensuring changes persist across container restarts.

Action Required:

•	Update the Grafana Docker run command to include a bind mount for grafana.ini from the host machine.
•	Example of the updated docker run command:

docker run -d --name rocketpool_grafana -v /path/on/host/grafana.ini:/etc/grafana/grafana.ini -v /var/lib/docker/volumes/rocketpool_grafana-storage/_data:/var/lib/grafana -p 3100:3100 grafana/grafana:9.5.18

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions