removed mention of compose upg 1.6 to 1.7

I feel like compose 1.7 was so long ago (over 2 years) that mentioning logs change isn't necessary.
This commit is contained in:
Bret Fisher
2018-04-18 15:18:17 -04:00
committed by GitHub
parent 2bea8ade63
commit 99e9356e5d

View File

@@ -49,26 +49,6 @@ Tip: use `^S` and `^Q` to pause/resume log output.
---
class: extra-details
## Upgrading from Compose 1.6
.warning[The `logs` command has changed between Compose 1.6 and 1.7!]
- Up to 1.6
- `docker-compose logs` is the equivalent of `logs --follow`
- `docker-compose logs` must be restarted if containers are added
- Since 1.7
- `--follow` must be specified explicitly
- new containers are automatically picked up by `docker-compose logs`
---
## Scaling up the application
- Our goal is to make that performance graph go up (without changing a line of code!)