mirror of
https://github.com/michaelstaake/mainty.git
synced 2026-04-16 11:30:13 +00:00
Improvements to Readme and Docker Compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user