From f9f0f8f1e0543b6368fdcc1208bb7153d6d910e1 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 2 Oct 2024 07:50:08 -0700 Subject: [PATCH] chore(docs): updates faqs --- docs/guide/faq.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 03f90c86..1040bcce 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -91,6 +91,10 @@ Dozzle uses the Docker API to gather information about the hosts. Each host must Somettimes, VMs maybe restored from back ups, with the same host ID. This can cause Dozzle to think that the host is already present and skip adding it to the list of hosts. To fix this, you need to remove `/var/lib/docker/engine-id` file. This file contains the host ID and is created when the Docker daemon starts. -## I can't see logs crashed/stopped containers? +## Why am I only seeing running containers? How do I see stopped containers? -You can toggle on show all containers in Settings > Options > Show stopped containers. +By default, Dozzle only shows running containers. To see stopped containers, you need to enable the `Show Stopped Containers` option in the settings. This option is disabled by default to reduce the number of containers shown in the UI. + +## Is there a way to sync my settings across multiple instances of Dozzle? + +In single-user mode, Dozzle stores the settings in the browser's local storage. This means that the settings are only available on the browser where they were set. For Dozzle to enable syncing settings across multiple instances, it needs to know who the user is. In multi-user mode, Dozzle uses the user's username to store the settings on disk and sync them across multiple instances. This information is stored in `/data` directory. If you want to sync settings across multiple instances, you need to [enable](/guide/authentication) multi-user mode and provide a username.