Remove -d from Compose command

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-02-04 12:26:23 -08:00
parent 6aa86f6a12
commit b9dc5990fa

View File

@ -19,7 +19,7 @@ Running
Run in this directory:
$ docker-compose up -d
$ docker-compose up
The app will be running on port 5000 on your Docker host, and the results will be on port 5001.