flattenthecurve / guide

https://www.flattenthecurve.com
Creative Commons Attribution 4.0 International
38 stars 33 forks source link

Tons of console errors starting docker #299

Closed emersonthis closed 4 years ago

emersonthis commented 4 years ago

When I run docker-compose up I see this...

Screen Shot 2020-04-04 at 4 06 06 PM

I'm on a Mac... MacOS v10.15.3 Docker Desktop v2.2.0.4

jaysonvirissimo commented 4 years ago

@emersonthis: YAML gives special meaning to the : character (see this stackoverflow answer), so if you want to use it in the name itself, you have to wrap the value in double quotes. Please checkout the branch from my PR (jaysonvirissimo:patch-12) and verify that it fixes the console errors you experienced.

👍

rousik commented 4 years ago

My recent PRs should have fixed this issue.