From 676144a79372a9cafcfc00e3bff3b8d1fe61ec4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A8ve=20Caillault?= Date: Sat, 27 Jun 2026 12:03:38 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20images=20Docker=20?= =?UTF-8?q?pour=20le=20serveur=20PHP.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index dc81ac0..f343592 100644 --- a/.env.example +++ b/.env.example @@ -44,12 +44,12 @@ APP_HOST_PATH="www" APP_CONTAINER_PATH="/var/www/html" # Apache et PHP -APACHE_PHP_IMAGE="steve-caillault/php:8.5-apache-2.4" +APACHE_PHP_IMAGE="gitea.steve-caillault.dev/steve-caillault/docker-php-image:8.5-apache-2.4" APACHE_ADMIN_EMAIL="" APACHE_ROOT_PATH="/var/www/html" # FrankenPHP -FRANKENPHP_IMAGE="steve-caillault/php:8.5-frankenphp-1.11.2" +FRANKENPHP_IMAGE="gitea.steve-caillault.dev/steve-caillault/docker-php-image:8.5-frankenphp-1.11.2" FRANKENPHP_ROOT_PATH="/app/" # Image du serveur PHP @@ -77,4 +77,4 @@ PHPMYADMIN_URL="" MAILPIT_URL="" # Configuration en local -VITE_PORT="8888" \ No newline at end of file +VITE_PORT="8888"