You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A Grafana backend plugin that handles rendering panels and dashboards to PNGs us
8
8
- Windows (x64)
9
9
- Mac OS X (x64)
10
10
11
-
For Mac ARM64, you need to [build the plugin from source](https://github.com/grafana/grafana-image-renderer/blob/master/docs/building_from_source.md) or use the [remote rendering installation](https://github.com/grafana/grafana-image-renderer?tab=readme-ov-file#remote-rendering-service-installation).
11
+
For Mac ARM64, you need to [build the plugin from source](https://github.com/grafana/grafana-image-renderer/blob/master/docs/building_from_source.md) or use the [remote rendering installation](https://github.com/grafana/grafana-image-renderer/blob/master/README.md#docker-image-recommended).
12
12
13
13
### Dependencies
14
14
@@ -34,7 +34,7 @@ We offer two installation methods: as a Docker image, and as a standalone servic
34
34
35
35
**I deploy Grafana as a user/in systemd/...:**
36
36
37
-
* Prefer the Docker image with `--networking=host` passed to the Docker container.
37
+
* Prefer the Docker image with `--network=host` passed to the Docker container.
38
38
* If that is not fitting, prefer the standalone server.
0 commit comments