From f7317e04bf89fd4bc15663beab3876d463e2e640 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Tue, 12 Aug 2025 11:29:41 -0500 Subject: [PATCH] Add PHP configuration for daloradius in Dockerfile --- Dockerfile | 2 ++ php/99-daloradius.ini | 0 2 files changed, 2 insertions(+) create mode 100644 php/99-daloradius.ini diff --git a/Dockerfile b/Dockerfile index fbef174..f5fcf68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,8 @@ COPY config/override-db.php /opt/override-db.php COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh +COPY php/99-daloradius.ini /usr/local/etc/php/conf.d/99-daloradius.ini + # Permissions (readable by Apache) RUN chown -R www-data:www-data /var/www/html && \ find /var/www/html -type d -exec chmod 755 {} \; && \ diff --git a/php/99-daloradius.ini b/php/99-daloradius.ini new file mode 100644 index 0000000..e69de29