update,
This commit is contained in:
10
quotation2/laravel-simple-tryout/up.ps1
Normal file
10
quotation2/laravel-simple-tryout/up.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
# setup docker for windows
|
||||
# https://docs.docker.com/desktop/install/windows-install/
|
||||
|
||||
docker compose up -d --build
|
||||
|
||||
# docker compose logs -f
|
||||
docker compose exec -it php74-httpd bash
|
||||
|
||||
# browser localhost:8000
|
||||
# browser localhost:8080
|
Reference in New Issue
Block a user