fix: Set bridge as the default network for container creation. (#8332)

This commit is contained in:
ssongliu 2025-04-07 15:47:49 +08:00 committed by GitHub
parent a12ceaee6e
commit 48e75b5916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -546,6 +546,7 @@ const onOpenDialog = async (
rowData: Partial<Container.ContainerHelper> = {
cmd: [],
cmdStr: '',
network: 'bridge',
publishAllPorts: false,
exposedPorts: [],
cpuShares: 1024,