This commit is contained in:
Refactorian
2024-01-03 00:40:32 +09:00
committed by GitHub
parent ee89ae9c94
commit 188bb0a868
5 changed files with 36 additions and 7 deletions

View File

@@ -2,9 +2,10 @@
# Laravel Docker Starter Kit
- Laravel v10.x
- PHP v8.2.10
- PHP v8.2.x
- MySQL v8.1
- MariaDB v10.11
- phpMyAdmin v5.2.1
- Mailpit v1.8.4
- Node.js v18.17.1
- NPM v10.1.0
@@ -28,6 +29,15 @@
# Notes
### Laravel App
- URL: http://localhost
### phpMyAdmin
- URL: http://localhost:8080
- Username: `root`
- Password: `root`
- Database: `refactorian`
### Basic docker compose commands
- Build or rebuild services
- `docker compose build`