mirror of https://github.com/nicolargo/glances.git
Update docker env quote
This commit is contained in:
parent
580af978f4
commit
05080765cc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue