mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Bring up just the boulder container. (#6031)
Boulder recently added a "netaccess" container which may conflict.
This commit is contained in:
parent
deb5b072d9
commit
4304ff0d62
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ FAKE_DNS=$(ifconfig docker0 | grep "inet addr:" | cut -d: -f2 | awk '{ print $1}
|
|||
[ -z "$FAKE_DNS" ] && echo Unable to find the IP for docker0 && exit 1
|
||||
sed -i "s/FAKE_DNS: .*/FAKE_DNS: ${FAKE_DNS}/" docker-compose.yml
|
||||
|
||||
docker-compose up -d
|
||||
docker-compose up -d boulder
|
||||
|
||||
set +x # reduce verbosity while waiting for boulder
|
||||
until curl http://localhost:4000/directory 2>/dev/null; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue