Update README.md

This commit is contained in:
Martijn de Boer 2024-08-12 17:34:10 +02:00
parent ae6e539622
commit 81ba1bd7b2

View file

@ -48,19 +48,12 @@ This README provides instructions for setting up and using a Docker-based develo
cd <repository-directory> cd <repository-directory>
``` ```
2. Create the necessary directories: 3. Build and start the Docker environment:
```
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:
``` ```
docker-compose up -d 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 ## Managing Projects