From a8a58846447af9890867718deb9af0dd80a1a939 Mon Sep 17 00:00:00 2001 From: AaronDewes Date: Mon, 6 Jun 2022 14:00:29 +0000 Subject: [PATCH] More cleanups --- app/lib/composegenerator/shared/networking.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/lib/composegenerator/shared/networking.py b/app/lib/composegenerator/shared/networking.py index babc2c1..d8d7052 100644 --- a/app/lib/composegenerator/shared/networking.py +++ b/app/lib/composegenerator/shared/networking.py @@ -5,7 +5,8 @@ import json from os import path import random -from lib.composegenerator.v2.types import ContainerStage2 +from lib.composegenerator.v2.types import ContainerStage2, NetworkConfig +from dacite import from_dict def getFreePort(networkingFile: str, appId: str): # Ports used currently in Citadel