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
I'm new to Docker. I have successfully installed and using the command docker-compose up I'm able to run the servers too. But when I access the site https://gandalf.dev it is showing This site can’t be reached message in Chrome.
What I have noticed is the volumes are not mapped including the gandalf.api.conf and vendor folder is not created in the container.
How can I fix this issue?
Thanks in advance,
Saneesh
The text was updated successfully, but these errors were encountered:
Something I noticed is that the domain name gandalf.dev is a real domain name, so I found success in changing the domain name used by Nginx to gandalf.localhost.
Hello,
I'm new to Docker. I have successfully installed and using the command
docker-compose up
I'm able to run the servers too. But when I access the sitehttps://gandalf.dev
it is showingThis site can’t be reached
message in Chrome.What I have noticed is the
volumes
are not mapped including thegandalf.api.conf
andvendor
folder is not created in the container.How can I fix this issue?
Thanks in advance,
Saneesh
The text was updated successfully, but these errors were encountered: