remove containers names from docker-compose

to void conflict while scalling using the scale command
This commit is contained in:
Mahmoud Zalt
2016-05-08 13:39:43 +03:00
parent fdaa983e77
commit 5190da831a
2 changed files with 1 additions and 7 deletions

View File

@ -226,7 +226,7 @@ docker-compose stop
To stop single container do:
```php
```bash
docker-compose stop {container-name}
```