We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very noob re Docker. Using Docker Toolkit so I can also use VVV.
Docker + headless-wp-starter seemed to install correctly.
Status: Downloaded newer image for node:latest Creating frontend ... done Creating db-headless ... done Creating frontend-graphql ... done Creating wp-headless ... done sam@DESKTOP-6L0DF85 MINGW64 /c/headless-wp-starter (master)
Full install log for headless-wp-starter : https://gist.github.com/shanebp/9aa8f02e17b0766f729d1ffbbd351e2b
But I cannot connect to http://localhost:3000 or http://localhost:3001 The result is: localhost refused to connect.
localhost refused to connect.
I have added both ports to the Win Firewall inbound exclusions, but still cannot connect.
$ docker-machine ip default 192.168.99.100
Same result with: http://192.168.99.100:3000 and http://192.168.99.100
fyi: I can connect to localhost without issues when using VVV.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Very noob re Docker. Using Docker Toolkit so I can also use VVV.
Docker + headless-wp-starter seemed to install correctly.
Full install log for headless-wp-starter : https://gist.github.com/shanebp/9aa8f02e17b0766f729d1ffbbd351e2b
But I cannot connect to http://localhost:3000 or http://localhost:3001
The result is:
localhost refused to connect.
I have added both ports to the Win Firewall inbound exclusions, but still cannot connect.
Same result with: http://192.168.99.100:3000 and http://192.168.99.100
fyi: I can connect to localhost without issues when using VVV.
The text was updated successfully, but these errors were encountered: