docker-for-local-development
docker-for-local-development copied to clipboard
Simple way to map localhost:8080 to a custom hostname?
I am using this and it generally works well! However rather than use http://localhost:8080
to access the container in the browser i'd like to use a custom hostname e.g docker.backend
- how is the best way to achieve this? I have tried modifying the nginx/default.conf file to include the server_name
but have had no luck with this :(