This commit is contained in:
Jamie Curnow 2024-05-21 13:44:27 +10:00
parent 6d2cf77fb2
commit 8474b1cdec
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -59,6 +59,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
# bring up all remaining containers, except cypress!
docker-compose up -d --remove-orphans stepca
docker-compose pull db-mysql || true # ok to fail
docker-compose up -d --remove-orphans --pull=never fullstack
# wait for main container to be healthy