1
0

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

This commit is contained in:
renovate[bot]
2025-12-20 09:16:45 +00:00
committed by GitHub
parent 84f1f8802a
commit 48a79d34c3
6 changed files with 1 additions and 1 deletions

View File

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