mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-27 19:04:50 +03:00
Force -C in docker-compose file
This commit is contained in:
parent
177eff05a2
commit
2fa8cfa093
@ -7,10 +7,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "61208:61208"
|
- "61208:61208"
|
||||||
# - "61209:61209"
|
|
||||||
environment:
|
environment:
|
||||||
# - GLANCES_OPT="-w"
|
GLANCES_OPT: "-C /glances/conf/glances.conf -w"
|
||||||
GLANCES_OPT: "-w"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
- "./glances.conf:/glances/conf/glances.conf"
|
- "./glances.conf:/glances/conf/glances.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user