From 1b67069403962c455af15fd5ef5ee9068c87b5b0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 19:49:24 +0200 Subject: [PATCH] wip #6269 --- config/{ => httpd}/apache2.conf | 0 docker-compose.yml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename config/{ => httpd}/apache2.conf (100%) diff --git a/config/apache2.conf b/config/httpd/apache2.conf similarity index 100% rename from config/apache2.conf rename to config/httpd/apache2.conf diff --git a/docker-compose.yml b/docker-compose.yml index 9c35fdb..8be8841 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,8 @@ services: - './ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro' - './ssh/known_hosts:/root/.ssh/known_hosts' - './www/:/var/www/html/' - - './config/apache2.conf:/etc/apache2/apache2.conf' + - './config/httpd/apache2.conf:/etc/apache2/apache2.conf' + - './config/httpd/mods-enabled/:/etc/apache2/mods-enabled/' - './bin/sync:/usr/local/bin/sync' restart: unless-stopped build: . -- 2.39.5