Updated local development URL

This commit is contained in:
Chris Kankiewicz
2020-01-08 10:22:55 -07:00
parent ab8df4454a
commit 4698673a03
2 changed files with 2 additions and 2 deletions

View File

@@ -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) \

View File

@@ -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