1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

docs: Fix typo in container groups (#4109)

This commit is contained in:
bakerboy448
2025-09-07 10:50:58 -05:00
committed by GitHub
parent 146ff180e0
commit a4b0b05978

View File

@@ -12,7 +12,7 @@ By default, containers are grouped by their stack name in host mode. If `com.doc
## Custom Groups ## 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: Here is an example using Docker Compose or Docker CLI: