mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 18:33:04 +02:00
Updated local development URL
This commit is contained in:
2
Makefile
2
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) \
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user