diff --git a/docs/configs/docker.md b/docs/configs/docker.md index 8b306cfd6..1dcacbf0a 100644 --- a/docs/configs/docker.md +++ b/docs/configs/docker.md @@ -271,4 +271,4 @@ You can show the docker stats by clicking the status indicator but this can also showStats: true ``` -Also see the settings for [show docker stats](settings.md#show-docker-stats). +Also see the settings for [show docker stats](settings.md#show-container-stats). diff --git a/docs/configs/settings.md b/docs/configs/settings.md index c24793df3..fac7d64cd 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -486,9 +486,9 @@ logpath: /logfile/path By default, logs are sent both to `stdout` and to a file at the path specified. This can be changed by setting the `LOG_TARGETS` environment variable to one of `both` (default), `stdout` or `file`. -## Show Docker Stats +## Show Container Stats -You can show all docker stats expanded in `settings.yaml`: +You can show all docker or proxmox stats expanded in `settings.yaml`: ```yaml showStats: true