mirror of
https://github.com/docker/compose.git
synced 2025-05-03 06:00:13 +02:00
Include flask output
When running `docker-compose up`, an extra line of output, from flask, is outputted. I've included it so anyone new to docker-compose who sees this output will know that it's expected and not worry that something might have gone wrong. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
3906bd067e
commit
4d69a57edd
@ -159,6 +159,7 @@ Now, when you run `docker-compose up`, Compose will pull a Redis image, build an
|
|||||||
Starting composetest_web_1...
|
Starting composetest_web_1...
|
||||||
redis_1 | [8] 02 Jan 18:43:35.576 # Server started, Redis version 2.8.3
|
redis_1 | [8] 02 Jan 18:43:35.576 # Server started, Redis version 2.8.3
|
||||||
web_1 | * Running on http://0.0.0.0:5000/
|
web_1 | * Running on http://0.0.0.0:5000/
|
||||||
|
web_1 | * Restarting with stat
|
||||||
|
|
||||||
The web app should now be listening on port 5000 on your Docker daemon host (if
|
The web app should now be listening on port 5000 on your Docker daemon host (if
|
||||||
you're using Boot2docker, `boot2docker ip` will tell you its address). In a browser,
|
you're using Boot2docker, `boot2docker ip` will tell you its address). In a browser,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user