This commit is contained in:
zhaojing1987 2023-12-07 08:33:07 +08:00
parent 806023fd8c
commit dcb47e6c1f
2 changed files with 1 additions and 4 deletions

View File

@ -22,5 +22,5 @@ key = 689899a928b91838e98abd6ac50fc6f6f1fab73e44932a6fd5167e4ce63e72e0
wildcard_domain = wildcard_domain =
[cockpit] [cockpit]
port = 98 port = 9000

View File

@ -251,8 +251,6 @@ class AppManger:
# Get the env from main_container_info # Get the env from main_container_info
app_env = main_container_info.get("Config", {}).get("Env", []) app_env = main_container_info.get("Config", {}).get("Env", [])
logger.access(f"app_env:{app_env}")
# Get info from app_env # Get info from app_env
app_name = None app_name = None
app_dist = None app_dist = None
@ -299,7 +297,6 @@ class AppManger:
volumes = app_volumes, volumes = app_volumes,
env = app_env_format env = app_env_format
) )
logger.access(appResponse)
return appResponse return appResponse
else: else:
appResponse = AppResponse( appResponse = AppResponse(