From 3ec502993d2a4fa5f0038a95ca4d2a54a3760114 Mon Sep 17 00:00:00 2001 From: Giraffaman Date: Mon, 26 Feb 2024 16:46:35 +0100 Subject: [PATCH] try to live without interfering directly with php.ini for now --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0f3405363..1999e3626 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,8 +54,7 @@ services: - ${PORT}:8000 volumes: - ${APP_PATH}:/app/data - #- ${PHP_INI}:/usr/local/etc/php/php.ini - - ${PHP_INI}:/etc/php/8.2/cli/php.ini + #- ${PHP_INI}:/etc/php/8.2/cli/php.ini networks: - bay-21-internal links: