mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add docker-compose logs
This commit is contained in:
parent
5b09327b36
commit
fc4f907112
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,8 @@ class ACMEServer:
|
|||
'--force-recreate'], cwd=instance_path)
|
||||
process.wait(MAX_SUBPROCESS_WAIT)
|
||||
|
||||
if self._stdout == sys.stdout:
|
||||
self._launch_process(['docker-compose', 'logs', '-f'], cwd=instance_path)
|
||||
|
||||
# Wait for the ACME CA server to be up.
|
||||
print('=> Waiting for boulder instance to respond...')
|
||||
|
|
|
|||
Loading…
Reference in a new issue