Last active
October 24, 2021 15:09
-
-
Save ssheduardo/55cbb13154a39f7853ea03a42c7d488f to your computer and use it in GitHub Desktop.
Localtunnel + laravel + docker + hostname
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lt --port 80 --local-host "demo.local" --subdomain anything | |
#demo.local is configurated in your hosts | |
#127.0.0.1 -> demo.local | |
#subdomain -> this subdomain will create in localtunnel | |
#Localtunnel return: https://anything.loca.lt for example. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment