From 05080765cc41851dc52918e85e7684942446f05d Mon Sep 17 00:00:00 2001 From: Lawrence <10439579+lawrence-c@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:06:10 +0100 Subject: [PATCH] Update docker env quote --- docs/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.rst b/docs/docker.rst index 1c6fe0b6..3408cd69 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -187,7 +187,7 @@ and make it visible to your container by adding it to ``docker-compose.yml`` as image: nicolargo/glances:latest restart: always environment: - - GLANCES_OPT="-w --password" + - "GLANCES_OPT=-w --password" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro # Uncomment the below line if you want glances to display host OS detail instead of container's