From a4b0b0597870a445e0b7ec5b237d07ec83011cb7 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 7 Sep 2025 10:50:58 -0500 Subject: [PATCH] docs: Fix typo in container groups (#4109) --- docs/guide/container-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/container-groups.md b/docs/guide/container-groups.md index 794d54b0..d066919a 100644 --- a/docs/guide/container-groups.md +++ b/docs/guide/container-groups.md @@ -12,7 +12,7 @@ By default, containers are grouped by their stack name in host mode. If `com.doc ## Custom Groups -Additionally, you can create custom groups by adding a label to your container. The label is `dev.dozzle.group` and the value is the name of the group. All containers with the same group name will be joined together in the UI. For example, if you have a group named `myapp`, all containers with the label `dozzle.group=myapp` will be joined together. +Additionally, you can create custom groups by adding a label to your container. The label is `dev.dozzle.group` and the value is the name of the group. All containers with the same group name will be joined together in the UI. For example, if you have a group named `myapp`, all containers with the label `dev.dozzle.group=myapp` will be joined together. Here is an example using Docker Compose or Docker CLI: