Update README.md
This commit is contained in:
parent
ae6e539622
commit
81ba1bd7b2
1 changed files with 2 additions and 9 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue