Skip to content
Snippets Groups Projects
Commit f1d8dd9c authored by Chris Shantz's avatar Chris Shantz
Browse files

Update README.md with potential fix for localhost issues in firefox.

parent d94d2e5e
No related branches found
No related tags found
No related merge requests found
...@@ -80,4 +80,10 @@ Encountered errors while bringing up the project. ...@@ -80,4 +80,10 @@ Encountered errors while bringing up the project.
You will need to use Windows Powershell (as Admin) and enter: You will need to use Windows Powershell (as Admin) and enter:
```bash ```bash
$Env:COMPOSE_CONVERT_WINDOWS_PATHS=1 $Env:COMPOSE_CONVERT_WINDOWS_PATHS=1
``` ```
\ No newline at end of file
Potential issue with Firefox and being able to resolve localhost:
https://www.reddit.com/r/sysadmin/comments/94r885/firefox_will_soon_be_sending_all_dns_requests_to/
Fix (go to about:config in Firefox URL bar):
change ```network.trr.mode=0``` to network.trr.mode=5```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment