1
0

feat(php-unofficial): add php 8.2.30, 8.3.30, and 8.5.2 versions

This commit is contained in:
pooneyy
2026-01-19 03:09:18 +08:00
parent a58857d557
commit 599977442e
12 changed files with 7434 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
php84:
image: ghcr.io/pooneyy/php:8.5.2-fpm-bookworm-php-unofficial
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9000"
volumes:
- "./data/php.ini:/usr/local/etc/php/php.ini"
- "./data/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf"
- "${SITE_PATH}:/www"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true