From 48e75b59166e1c3ef7408a82ced514c09eb89d18 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:47:49 +0800 Subject: [PATCH] fix: Set bridge as the default network for container creation. (#8332) --- frontend/src/views/container/container/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index 0abfb4431..2edf2d891 100644 --- a/frontend/src/views/container/container/index.vue +++ b/frontend/src/views/container/container/index.vue @@ -546,6 +546,7 @@ const onOpenDialog = async ( rowData: Partial = { cmd: [], cmdStr: '', + network: 'bridge', publishAllPorts: false, exposedPorts: [], cpuShares: 1024,