-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Justin edited this page Mar 9, 2021
·
23 revisions
If you're using macOS and you see this error when starting a project, it means your DNS port is in use, likely caused by mDNSResponder
:
ERROR: for dns-external Cannot start service dns-external: driver failed programming external connectivity on endpoint tribe-dns-external (ca1560ce424d0921cec48a87f87b3af10c9d10584423e5a20214d5326bf4c52a): Error starting userland proxy: listen tcp4 0.0.0.0:53: bind: address already in use
Run the following command to fix it:
curl -s -L https://gist.github.com/defunctl/525a6666ab211c7bfa2acd66063efe00/raw/60c24a08c792e32bae97dae4e91c607358c95561/docker-compose.override.yml -o ~/.config/squareone/global/docker-compose.override.yml && so global:stop-all && so global:start