Move everything into the root directory

The separate vote-apps directory was because networking didn't
used to support aliases to remove the project name.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-01-25 18:23:19 +00:00
parent 94c0d7b507
commit 878cdeb583
18 changed files with 1 additions and 2 deletions

View File

@ -17,9 +17,8 @@ Architecture
Running Running
------- -------
Since this app makes use of Compose's experimental networking support, it must be started with: Run in this directory:
$ cd vote-apps/
$ docker-compose up -d $ docker-compose up -d
The app will be running on port 5000 on your Docker host, and the results will be on port 5001. The app will be running on port 5000 on your Docker host, and the results will be on port 5001.