diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index 90edd5a0..7b41f525 100755 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -31,8 +31,14 @@ history_size=1200 #left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now # Limit the number of processes to display (in the WebUI) max_processes_display=25 -# Options for WebUI -#------------------ +# +# Specifics options for TUI +#-------------------------- +# Disable background color +#disable_bg=True +# +# Specifics options for WebUI +#---------------------------- # Set URL prefix for the WebUI and the API # Example: url_prefix=/glances/ => http://localhost/glances/ # Note: The final / is mandatory