From 8805e73b15aada555e094cc1f53e2ed77ded8a3c Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 6 Feb 2024 10:42:08 +0200 Subject: [PATCH] Expose the available config with the defaults --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 093b5be1..c442d2b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -102,6 +102,7 @@ services: - ./vip-config:/var/www/html/vip-config # Match the VIP production setup where vip-config is mapped to the root directory. - webgrind_data:/tmp environment: + APACHE_DOCUMENT_ROOT: /var/www/html VIRTUAL_HOST: ${DEV_URL:-local.wpenv.net}, *.${DEV_URL:-local.wpenv.net} SMTPSERVER: mailhog EMAIL: local@${DEV_URL:-local.wpenv.net}