mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
fix: Set bridge as the default network for container creation. (#8332)
This commit is contained in:
@@ -546,6 +546,7 @@ const onOpenDialog = async (
|
||||
rowData: Partial<Container.ContainerHelper> = {
|
||||
cmd: [],
|
||||
cmdStr: '',
|
||||
network: 'bridge',
|
||||
publishAllPorts: false,
|
||||
exposedPorts: [],
|
||||
cpuShares: 1024,
|
||||
|
||||
Reference in New Issue
Block a user