Updates lego.
This commit is contained in:
parent
8c53318dac
commit
e5fb1ffeb7
17 changed files with 295 additions and 19 deletions
|
@ -1,5 +1,8 @@
|
|||
consul:
|
||||
image: consul
|
||||
# use v1.4.0 because https://github.com/hashicorp/consul/issues/5270
|
||||
# v1.4.1 cannot be used.
|
||||
# waiting for v1.4.2
|
||||
image: consul:1.4.0
|
||||
command: agent -server -bootstrap-expect 1 -client 0.0.0.0 -log-level debug -ui
|
||||
ports:
|
||||
- "8400:8400"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue