-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
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
How to access traefik #503
Comments
Hi ! |
Yes, thank you. I already have found it out by myself. What is traefik for? |
Hi! Longer answer: when you request a service via the browser using a URL (say phpmyadmin.drupal.docker.locahost:8000), the browser has to transform it into an IP using the hosts file of your OS then a DNS requests if necessary to join the appropriate server. locahost address resolves to 127.0.0.1 which is your local IP. NOTE: |
After successful installation I can access:
http://drupal.docker.localhost:8000/
http://mailhog.drupal.docker.localhost:8000/
http://pma.drupal.docker.localhost:8000/
But how can I access TRAEFIK?
Thank you.
The text was updated successfully, but these errors were encountered: