You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating network "dockerwikifamily_default" with the default driver
Creating dockerwikifamily_db_1
ERROR: for initdb Container "fa0d832eaf68" is unhealthy.
ERROR: Encountered errors while bringing up the project.
and that's because initdb is waiting for db's healthcheck to pass, and wiki in its turn is waiting for initdb.
Since the first time db takes a long time, the wiki wait times out
The text was updated successfully, but these errors were encountered:
I get
and that's because initdb is waiting for db's healthcheck to pass, and wiki in its turn is waiting for initdb.
Since the first time db takes a long time, the wiki wait times out
The text was updated successfully, but these errors were encountered: