mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added cli commands
This commit is contained in:
@@ -10,6 +10,11 @@ To gain shell access to the application container, run the following command:
|
||||
docker-compose exec -it application bash
|
||||
```
|
||||
|
||||
### Clear Cache
|
||||
```bash
|
||||
docker compose exec -it application php artisan cache:clear
|
||||
```
|
||||
|
||||
### Database Access
|
||||
To access the MariaDB instance in the database container, run the following command:
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user