feat: 增加 PHP 8.3 版本 (#1612)

This commit is contained in:
zhengkunwang
2024-06-19 15:53:50 +08:00
committed by GitHub
parent eb8383834d
commit dddc3652f1
57 changed files with 10414 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
php:
image: ${IMAGE_NAME}
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- ${PANEL_WEBSITE_DIR}:/www/
- ./conf/php.ini:/usr/local/etc/php/php.ini
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true