Improvements to Readme and Docker Compose

This commit is contained in:
Michael Staake
2025-12-27 12:06:55 -08:00
parent 90e076d94c
commit 4b6315ce6b
3 changed files with 7 additions and 10 deletions

View File

@@ -13,12 +13,16 @@ A simple PHP web app for tracking vehicle maintenance records. Free, easy, respo
### Option 1: Docker
Once you have Docker working on your computer, enter the directory where you have placed Mainty and run the following command to start the services:
```bash
docker-compose up -d
```
Then open http://localhost:8080
When you are done using Mainty, you can run the following command to stop the services:
### Option 2: Traditional Web Server
1. Upload the entire folder to your web server