From cef370ca0c6a09a7a20defebd58180930381d647 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 7 Feb 2026 18:59:54 +0100 Subject: [PATCH] Update default service to use PHP 8.4 base image --- devel/compose.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/devel/compose.yaml b/devel/compose.yaml index 0103721..506f507 100644 --- a/devel/compose.yaml +++ b/devel/compose.yaml @@ -1,19 +1,6 @@ version: '3.8' services: - # custom: - # image: php:8.3.12-apache - # container_name: folderweb-custom - # working_dir: /var/www/html/ - # volumes: - # - ../app:/var/www/app:z - # - ../content:/var/www/html:z - # - ../custom:/var/www/custom:z - # - ../docs:/var/www/html/docs:z - # - ./apache/custom.conf:/etc/apache2/conf-available/custom.conf:z - # ports: - # - "4040:80" - # command: bash -c "a2enconf custom && a2enmod rewrite && apache2-foreground" default: build: ./ container_name: folderweb-default