mirror of https://github.com/nicolargo/glances.git
Merge pull request #3273 from lawrence-c/patch-1
Update docker compose env quote
This commit is contained in:
commit
48641b5d1a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue