We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d45bf commit 8c8a4d2Copy full SHA for 8c8a4d2
1 file changed
frontend/src/views/website/runtime/php/create/index.vue
@@ -345,7 +345,7 @@ const changeApp = (appId: number) => {
345
};
346
347
const changePHPVersion = (version: string) => {
348
- runtime.image = 'php:' + version;
+ runtime.image = '1panel-php-fpm:' + version;
349
350
351
const changeVersion = () => {
@@ -363,7 +363,7 @@ const changeVersion = () => {
363
formFields.value[fileds[index]['envKey']] = fileds[index];
364
runtime.params[fileds[index]['envKey']] = fileds[index]['default'];
365
if (fileds[index]['envKey'] == 'PHP_VERSION') {
366
- runtime.image = 'php:' + fileds[index]['default'];
+ runtime.image = '1panel-php-fpm:' + fileds[index]['default'];
367
}
368
369
initParam.value = true;
0 commit comments