feat: PHP 应用增加 label (#20)

This commit is contained in:
zhengkunwang223
2023-04-10 18:35:19 +08:00
committed by GitHub
parent 27f188eb98
commit b25fd8747e
10 changed files with 22 additions and 10 deletions
@@ -93,6 +93,10 @@
{
"label": "igbinary",
"value": "igbinary"
},
{
"label": "mysqli",
"value": "mysqli"
}
],
"envKey": "PHP_EXTENSIONS",
@@ -18,5 +18,3 @@ services:
restart: always
cap_add:
- SYS_PTRACE
networks:
- default
@@ -14,6 +14,8 @@ services:
- ./composer:/tmp/composer
ports:
- ${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true