From 657150b90a0bf425a8ae1c077459beff83d78133 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Sat, 18 Sep 2021 03:28:46 -0400 Subject: [PATCH] Fix container name (#1059) --- docs/operating-system/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating-system/debugging.md b/docs/operating-system/debugging.md index 5c0d23b2..c1900e80 100644 --- a/docs/operating-system/debugging.md +++ b/docs/operating-system/debugging.md @@ -48,7 +48,7 @@ Use a USB drive formatted with FAT, ext4, or NTFS and name it CONFIG (case sensi journalctl -f -u hassos-supervisor.service # Supervisor logs -docker logs hassos_supervisor +docker logs hassio_supervisor # Home Assistant logs docker logs homeassistant