mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 13:29:03 +08:00
fix: Fix the issue where the website app deployment fails (#11301)
This commit is contained in:
parent
3aedb7e82d
commit
2d1792c6de
1 changed files with 3 additions and 0 deletions
|
|
@ -482,6 +482,9 @@ const initData = () => ({
|
||||||
memoryUnit: 'MB',
|
memoryUnit: 'MB',
|
||||||
containerName: '',
|
containerName: '',
|
||||||
allowPort: false,
|
allowPort: false,
|
||||||
|
|
||||||
|
format: 'utf8mb4',
|
||||||
|
collation: '',
|
||||||
},
|
},
|
||||||
IPV6: false,
|
IPV6: false,
|
||||||
enableFtp: false,
|
enableFtp: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue