upgrade docker-compose to v3

This commit is contained in:
Mahmoud Zalt
2018-04-05 16:43:22 +03:00
parent 06353031ac
commit a0c5ef75d2
10 changed files with 238 additions and 307 deletions

View File

@ -35,7 +35,7 @@ cp env-example .env
3 - Run your containers:
```shell
docker-compose up -d nginx mysql redis beanstalkd
docker-compose up -d nginx mysql phpmyadmin redis workspace
```
4 - Open your project's `.env` file and set the following: