mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-13 10:04:42 +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> = {
|
rowData: Partial<Container.ContainerHelper> = {
|
||||||
cmd: [],
|
cmd: [],
|
||||||
cmdStr: '',
|
cmdStr: '',
|
||||||
|
network: 'bridge',
|
||||||
publishAllPorts: false,
|
publishAllPorts: false,
|
||||||
exposedPorts: [],
|
exposedPorts: [],
|
||||||
cpuShares: 1024,
|
cpuShares: 1024,
|
||||||
|
|
Loading…
Add table
Reference in a new issue