From 4698673a034c35cd921ea9fcd74ea0d0667b8d76 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Wed, 8 Jan 2020 10:22:55 -0700 Subject: [PATCH] Updated local development URL --- Makefile | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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