Resolved conflicts with the latest version

This commit is contained in:
aiden
2021-03-23 17:49:15 +11:00
committed by Aydin Salimov
parent e7db566eee
commit 844bd3d5d9
7 changed files with 11 additions and 11 deletions

View File

@ -46,10 +46,10 @@ Let's see how easy it is to setup our demo stack `PHP`, `NGINX`, `MySQL`, `Redis
git clone https://github.com/Laradock/laradock.git
```
2 - Enter the laradock folder and rename `env-example` to `.env`.
2 - Enter the laradock folder and rename `.env.example` to `.env`.
```shell
cp env-example .env
cp .env.example .env
```
3 - Run your containers: