mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Bring up just the boulder container. (#6031)
Boulder recently added a "netaccess" container which may conflict.
This commit is contained in:
committed by
Brad Warren
parent
deb5b072d9
commit
4304ff0d62
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user