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