From 8aa5ae9d8d186541d912f7bfbbe7657fbeacca60 Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Mon, 21 Aug 2023 09:10:40 -0300 Subject: [PATCH] Added groups and networks info to the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 01011723..405d7c83 100644 --- a/README.md +++ b/README.md @@ -923,6 +923,11 @@ backends: # Extended syntax: - another-system: image: some-other-image + networks: + - network_external + - network_pvn + groups: + - group_external ```