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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user