From 9dd5c1e0b1eae703b49d6678c83186b6d6b59176 Mon Sep 17 00:00:00 2001 From: Ashley Felton Date: Tue, 26 Nov 2024 09:40:36 +0800 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 86da7d8..9c46ac9 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Use the included Compose file to start the required services to serve the projec Prerequisites: 1. Docker image is built (see above). +1. A local `ports.conf` and `default.conf` should be generated to configure Apache within + the running container (examples are in the `kustomize\overlays` directory). These + files will be bind-mounted in the container. 1. A local `settings.php` should be generated containing site configuration that will be bind-mounted at `web/sites/default/settings.php`. 1. Local `.env.mysql` and `.env.flatbacks` files should be created, containing secrets.