mirror of https://github.com/docker/docs.git
Update 08_using_compose.md
In the "Run the application stack" part, I think there is a mistake in writing. That is "If you don't already, you'll see output that looks like this...". I change it to "If you have done already, you'll see output that looks like this...".
This commit is contained in:
parent
6b6bc203bc
commit
15c8eae642
|
@ -295,7 +295,7 @@ Now that we have our `docker-compose.yml` file, we can start it up!
|
|||
into a single stream. This is incredibly useful when you want to watch for timing-related issues. The `-f` flag "follows" the
|
||||
log, so will give you live output as it's generated.
|
||||
|
||||
If you don't already, you'll see output that looks like this...
|
||||
If you have done already, you'll see output that looks like this...
|
||||
|
||||
```plaintext
|
||||
mysql_1 | 2019-10-03T03:07:16.083639Z 0 [Note] mysqld: ready for connections.
|
||||
|
|
Loading…
Reference in New Issue