diff --git a/Makefile b/Makefile index 415a265..c14773b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clear-cache: # Clear the application cache @rm app/cache/* -rfv tunnel: # Expose the application via ngrok - @ngrok http -host-header=rewrite http://directorylister.local:80 + @ngrok http -host-header=rewrite http://directory-lister.local:80 help: # Show this help @grep --perl-regexp '^([\w\s-]+):\s+#+\s+(.*)$$' $(MAKEFILE_LIST) \ diff --git a/docker-compose.yaml b/docker-compose.yaml index 945023f..2ea7c0c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: context: . target: development environment: - VIRTUAL_HOST: directorylister.local + VIRTUAL_HOST: directory-lister.local volumes: - ./:/var/www/html restart: unless-stopped