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
A colleague of mine spotted the code comment in docker-compose.yml that says to run sh ./bootstrap.sh to start up the app. Unfortunately, that also encountered errors. Here's the log:
Hey friends! Saw this and tried to get this running via Docker Compose, but it was not able to get it started.
Steps
docker-compose.yml
'sKEY_CLAIM_HOST
andKEY_CLAIM_TOKEN
to reflect my key-submission setup.docker-compose up
Expected Result
Get login screen at
http://localhost:3000
.Actual Result
portal_1
is not able to stay up. Log file: docker-compose-log.txtAlso, if you leave it up running long enough,
mysql_1
errors out with this line (amidportal_1
going up and down constantly):Maybe or maybe not related?
The text was updated successfully, but these errors were encountered: