web | ||
docker-compose.yaml | ||
prepare-app.sh | ||
README.md | ||
remove-app.sh | ||
start-app.sh | ||
stop-app.sh |
Last login: Mon Mar 17 20:02:32 on ttys001
The default interactive shell is now zsh.
To update your account to use zsh, please run chsh -s /bin/zsh
.
For more details, please visit https://support.apple.com/kb/HT208050.
MacBookPro:~ puneetkhurana$ cd Documents/
MacBookPro:Documents puneetkhurana$ cd zkt25/
MacBookPro:zkt25 puneetkhurana$ cd z1/
MacBookPro:z1 puneetkhurana$ vim README.md
Start the Application** This script starts all services in the background: bash ./start-app.sh
Expected output:
Starting application... Application started. Access it at http://localhost:8080
view the Application in a Web Browser**
- Open http://localhost:8080
- You should see:
Welcome to My Nginx Server!
Pause the Application (Without Deleting Data)** To stop the application while keeping data intact:
./stop-app.sh
Expected output: