hezyin commented on code in PR #463: URL: https://github.com/apache/incubator-devlake-website/pull/463#discussion_r1131878199
########## docs/GettingStarted/DockerComposeSetup.md: ########## @@ -114,12 +128,18 @@ DB_URL="mysql://YOUR_USER:YOUR_PASSWORD@YOUR_IP:YOUR_PORT/lake?charset=utf8mb4&p ```yaml volumes: - grafana-storage: + grafana-storage: ``` 3. Set config-ui.environment.GRAFANA_ENDPOINT to your own grafana url in docker-compose.yml -4. Final step: `docker compose up -d` +4. Please set up a database for Grafana according to https://grafana.com/docs/grafana/latest/administration/data-source-management/ Review Comment: => "Please connect your Grafana to DevLake's database by following..." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
