mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-13 01:56:22 +08:00
fix: Set bridge as the default network for container creation. (#8332)
This commit is contained in:
parent
a12ceaee6e
commit
48e75b5916
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@ const onOpenDialog = async (
|
|||
rowData: Partial<Container.ContainerHelper> = {
|
||||
cmd: [],
|
||||
cmdStr: '',
|
||||
network: 'bridge',
|
||||
publishAllPorts: false,
|
||||
exposedPorts: [],
|
||||
cpuShares: 1024,
|
||||
|
|
Loading…
Add table
Reference in a new issue