From 0c77190161be2b1976e45f802e620616d4eb90eb Mon Sep 17 00:00:00 2001 From: Lindemberg Barbosa Date: Wed, 2 Oct 2024 11:40:12 -0300 Subject: [PATCH] fix: readme link for Monitoring additional disks, partitions, or remote mounts (#195) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index da2ba88..28da2c0 100644 --- a/readme.md +++ b/readme.md @@ -108,7 +108,7 @@ Use `./beszel update` and `./beszel-agent update` to update to the latest versio | Name | Default | Description | | ------------------- | ------- | ---------------------------------------------------------------------------------------- | | `DOCKER_HOST` | unset | Overrides the docker host (docker.sock) if using a proxy.[^socket] | -| `EXTRA_FILESYSTEMS` | unset | See [Monitoring additional disks / partitions](#monitoring-additional-disks--partitions) | +| `EXTRA_FILESYSTEMS` | unset | See [Monitoring additional disks, partitions, or remote mounts](#monitoring-additional-disks-partitions-or-remote-mounts) | | `FILESYSTEM` | unset | Device, partition, or mount point to use for root disk stats. | | `KEY` | unset | Public SSH key to use for authentication. Provided in hub. | | `LOG_LEVEL` | info | Logging level. Valid values: "debug", "info", "warn", "error". |