Update to docker-compose and consul UI

The UI got hosed by a grep/replace so mainly this reverts that change.
Plus describe getting started experience in terms of docker-compose.
This commit is contained in:
Dave Syer
2016-02-05 11:14:27 +00:00
parent 8e4d101b16
commit 3912743d77
4 changed files with 18 additions and 20 deletions

View File

@@ -8,5 +8,5 @@ consul:
ports:
- "8400:8400"
- "8500:8500"
- "8600:53/udp"
command: -server -bootstrap -data-dir /data -ui-dir /ui
- "8600:8600"
command: -server -bootstrap -data-dir /data -ui-dir /ui