The UI got hosed by a grep/replace so mainly this reverts that change. Plus describe getting started experience in terms of docker-compose.
13 lines
251 B
YAML
13 lines
251 B
YAML
# Work in Progress
|
|
consul:
|
|
image: progrium/consul
|
|
volumes:
|
|
- /data
|
|
- /config
|
|
- ./src/test/resources/consul_ui:/ui
|
|
ports:
|
|
- "8400:8400"
|
|
- "8500:8500"
|
|
- "8600:8600"
|
|
command: -server -bootstrap -data-dir /data -ui-dir /ui
|