From 996a4633801ae2bf1f1270b0e5a5bcb9bc4e56ca Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 16 Sep 2021 18:42:56 +0300 Subject: fix: network naming for vmadm Sponsored-by: author --- env/files/puomi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/env/files/puomi.yaml b/env/files/puomi.yaml index 65fba58..cceda0d 100644 --- a/env/files/puomi.yaml +++ b/env/files/puomi.yaml @@ -1,10 +1,10 @@ puomi: networks: - - lan - - wan + - network=lan + - network=wan webby: networks: - - wan + - network=wan lappy: networks: - - lan + - network=lan -- cgit v1.2.1