Skip to content

Commit c4dfeb2

Browse files
authored
fix link to remote service and docker run arg typo (#842)
1 parent 26eb331 commit c4dfeb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Grafana backend plugin that handles rendering panels and dashboards to PNGs us
88
- Windows (x64)
99
- Mac OS X (x64)
1010

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).
1212

1313
### Dependencies
1414

@@ -34,7 +34,7 @@ We offer two installation methods: as a Docker image, and as a standalone servic
3434

3535
**I deploy Grafana as a user/in systemd/...:**
3636

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.
3838
* If that is not fitting, prefer the standalone server.
3939

4040
### Docker image (recommended)

0 commit comments

Comments
 (0)