1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-19 13:03:14 +03:00
This commit is contained in:
Jamie Curnow
2024-05-21 13:52:10 +10:00
parent 8474b1cdec
commit 1831fdff2d

View File

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