Update docker env quote

This commit is contained in:
Lawrence 2025-08-27 21:06:10 +01:00 committed by GitHub
parent 580af978f4
commit 05080765cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ and make it visible to your container by adding it to ``docker-compose.yml`` as
image: nicolargo/glances:latest image: nicolargo/glances:latest
restart: always restart: always
environment: environment:
- GLANCES_OPT="-w --password" - "GLANCES_OPT=-w --password"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /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 # Uncomment the below line if you want glances to display host OS detail instead of container's