Glances Docker ignores configuration file #2646
auanasgheps
started this conversation in
General
Replies: 2 comments 1 reply
-
Try to force the /etc/glances.conf file in the GLANCES_OPT variable:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Glances config file inside the container is at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am using a simple configuration file for my Docker instance of Glances:
I also tried other simple commands, there's no change.
It used to work perfectly, and Glances log would say:
Read configuration file '/etc/glances.conf'
This is not happening anymore. I think I was using by mistake an old image, and since I upgraded it, the config file is simply being ignored. There's no mention or error in Glances logs.
This is my docker-compose
version: "2"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Config file should be applied.
Screenshots
If applicable, add screenshots to help explain your problem.
Environement (please complete the following information)
Debian 11
Glances v3.4.0.3
Docker Compose
Additional context
Used to work fine with an old (can't remember) image
Beta Was this translation helpful? Give feedback.
All reactions