From 81ba1bd7b2fd2072d5db69719aa3e2aaa9665735 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Mon, 12 Aug 2024 17:34:10 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f118a2d..40639d4 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,12 @@ This README provides instructions for setting up and using a Docker-based develo cd ``` -2. Create the necessary directories: - ``` - mkdir -p apache/vhosts projects ssl - ``` - -3. Copy the provided Dockerfiles and configuration files into their respective directories. - -4. Build and start the Docker environment: +3. Build and start the Docker environment: ``` docker-compose up -d ``` -5. Ensure your local machine's hosts file points `*.test` to `127.0.0.1`. +4. Ensure your local machine's hosts file points `*.test` to `127.0.0.1`. ## Managing Projects