diff --git a/docs/debug_logs.md b/docs/debug_logs.md index 3c9418a4b..d3ec41f0c 100644 --- a/docs/debug_logs.md +++ b/docs/debug_logs.md @@ -4,6 +4,7 @@ To view the logs of a specific service you can use `docker-compose logs [options !!! info The available options for the command **docker-compose logs** are: + - **--no-color**: Produce monochrome output. - **-f**: Follow the log output. - **-t**: Show timestamps. diff --git a/mkdocs.yml b/mkdocs.yml index 318c54968..d83659f9d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,7 +34,6 @@ pages: - 'Reset Passwords': 'reset_pw.md' - 'Service Descriptions': 'service_desc.md' - 'Remove Persistent Data': 'rm_volumes.md' - - 'Common Problems': 'troubles.md' - 'Usage & Examples': - 'mailcow UI': - 'Configuration': 'mailcow_ui.md'