1
0

chore(deps): update ghcr.io/pooneyy/php docker tag to v8.4.18 (#4052)

This commit is contained in:
renovate[bot]
2026-02-14 20:42:30 +00:00
committed by GitHub
parent fd876879bc
commit de4213dc61
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
services:
php84:
image: ghcr.io/pooneyy/php:8.4.18-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